Uses of Interface
org.chocosolver.solver.constraints.IConstraintFactory
-
Packages that use IConstraintFactory Package Description org.chocosolver.solver A package devoted to Model and resolution tools. -
-
Uses of IConstraintFactory in org.chocosolver.solver
Subinterfaces of IConstraintFactory in org.chocosolver.solver Modifier and Type Interface Description interface
IModel
Interface to ease modeling Enables to make variables, views and constraintsClasses in org.chocosolver.solver that implement IConstraintFactory Modifier and Type Class Description class
Model
TheModel
is the header component of Constraint Programming.
-