Uses of Interface
org.chocosolver.solver.constraints.IRealConstraintFactory
-
Packages that use IRealConstraintFactory Package Description org.chocosolver.solver A package devoted to Model and resolution tools.org.chocosolver.solver.constraints -
-
Uses of IRealConstraintFactory in org.chocosolver.solver
Subinterfaces of IRealConstraintFactory 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 IRealConstraintFactory Modifier and Type Class Description class
Model
TheModel
is the header component of Constraint Programming. -
Uses of IRealConstraintFactory in org.chocosolver.solver.constraints
Subinterfaces of IRealConstraintFactory in org.chocosolver.solver.constraints Modifier and Type Interface Description interface
IConstraintFactory
Interface to make constraints over BoolVar, IntVar, RealVar and SetVar A kind of factory relying on interface default implementation to allow (multiple) inheritance
-