Package org.xcsp.parser.entries
Class XObjectives
- java.lang.Object
-
- org.xcsp.parser.entries.XObjectives
-
public class XObjectives extends Object
- Author:
- Christophe Lecoutre
-
-
Nested Class Summary
Nested Classes 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.static class
XObjectives.XObj
Intermediate class introduced only for clarity reasons.
-
Constructor Summary
Constructors Constructor Description XObjectives()
-