Uses of Class
org.maxicp.ModelDispatcher
Packages that use ModelDispatcher
Package
Description
Examples of models using the symbolic modeling API
Symbolic Modeling API
Implementation of XCSP3 API using MaxiCP
-
Uses of ModelDispatcher in org.maxicp.cp.examples.modeling
Method parameters in org.maxicp.cp.examples.modeling with type arguments of type ModelDispatcherModifier and TypeMethodDescriptionstatic SearchStatisticsQAP.run(BiFunction<ModelDispatcher, IntExpression[], SearchMethod> lnsSearch, BiFunction<ModelDispatcher, IntExpression[], SearchMethod> optiSearch) -
Uses of ModelDispatcher in org.maxicp.modeling
Methods in org.maxicp.modeling that return ModelDispatcher -
Uses of ModelDispatcher in org.maxicp.modeling.xcsp3
Methods in org.maxicp.modeling.xcsp3 that return ModelDispatcherModifier and TypeMethodDescriptionXCSP3.XCSP3LoadedInstance.md()Returns the value of themdrecord component.Constructors in org.maxicp.modeling.xcsp3 with parameters of type ModelDispatcherModifierConstructorDescriptionXCSP3LoadedInstance(ModelDispatcher md, IntExpression[] decisionVars, Supplier<String> solutionGenerator) Creates an instance of aXCSP3LoadedInstancerecord class.