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 voidFeatureDisplayer. loadObj(XObjectives.XObj o)voidSolutionChecker. loadObj(XObjectives.XObj o)default voidXCallbacks. 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 classXObjectives.OObjectiveExprThe class for representing objectives defined from functional expressions (can just be a variable).static classXObjectives.OObjectiveSpecialThe class for representing objectives defined from a list of variables, and possibly a list of coefficients.
-