Uses of Interface
org.maxicp.modeling.symbolic.Objective
Packages that use Objective
Package
Description
Root package of MaxiCP
CP Instantiation of the Symbolic Modeling API
Symbolic Modeling API
Concrete modeling API
Symbolic modeling of integer variables and objective functions
Search API
-
Uses of Objective in org.maxicp
Methods in org.maxicp that return ObjectiveModifier and TypeMethodDescriptionModelDispatcher.maximize(Expression v) ModelDispatcher.minimize(Expression v) -
Uses of Objective in org.maxicp.cp.modeling
Methods in org.maxicp.cp.modeling with parameters of type Objective -
Uses of Objective in org.maxicp.modeling
Methods in org.maxicp.modeling that return ObjectiveModifier and TypeMethodDescriptionstatic ObjectiveFactory.maximize(IntExpression x) static ObjectiveFactory.maximize(IntExpression x, boolean shared) static ObjectiveFactory.minimize(IntExpression x) static ObjectiveFactory.minimize(IntExpression x, boolean shared) -
Uses of Objective in org.maxicp.modeling.concrete
Methods in org.maxicp.modeling.concrete with parameters of type ObjectiveModifier and TypeMethodDescriptionConcreteModel.createObjective(Objective obj) ConcreteModelProxy.createObjective(Objective obj) -
Uses of Objective in org.maxicp.modeling.symbolic
Classes in org.maxicp.modeling.symbolic that implement ObjectiveModifier and TypeClassDescriptionfinal recordfinal recordclassclassMethods in org.maxicp.modeling.symbolic that return ObjectiveModifier and TypeMethodDescriptionSymbolicModel.maximize(Expression expr) SymbolicModel.minimize(Expression expr) -
Uses of Objective in org.maxicp.search
Methods in org.maxicp.search with parameters of type ObjectiveModifier and TypeMethodDescriptionAbstractSearchMethod.optimize(Objective obj, Predicate<SearchStatistics> limit) SearchMethod.optimize(Objective obj, Predicate<SearchStatistics> limit) AbstractSearchMethod.optimizeSubjectTo(Objective objToTighten, Predicate<SearchStatistics> limit, Runnable subjectTo) SearchMethod.optimizeSubjectTo(Objective objToTighten, Predicate<SearchStatistics> limit, Runnable subjectTo)