Uses of Class
org.xcsp.parser.entries.XObjectives.XObj
-
Packages that use XObjectives.XObj Package Description org.xcsp.parser.callbacks org.xcsp.parser.entries -
-
Uses of XObjectives.XObj in org.xcsp.parser.callbacks
Methods in org.xcsp.parser.callbacks with parameters of type XObjectives.XObj Modifier and Type Method Description void
FeatureDisplayer. loadObj(XObjectives.XObj o)
void
SolutionChecker. loadObj(XObjectives.XObj o)
default void
XCallbacks. loadObj(XObjectives.XObj o)
Loads the specified objective. -
Uses of XObjectives.XObj in org.xcsp.parser.entries
Subclasses of XObjectives.XObj in org.xcsp.parser.entries Modifier and Type Class Description static class
XObjectives.OObjectiveExpr
The class for representing objectives defined from functional expressions (can just be a variable).static class
XObjectives.OObjectiveSpecial
The class for representing objectives defined from a list of variables, and possibly a list of coefficients.
-