Uses of Interface
org.chocosolver.solver.variables.IViewFactory
-
Packages that use IViewFactory Package Description org.chocosolver.solver A package devoted to Model and resolution tools. -
-
Uses of IViewFactory in org.chocosolver.solver
Subinterfaces of IViewFactory 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 IViewFactory Modifier and Type Class Description class
Model
TheModel
is the header component of Constraint Programming.
-