Package org.projog.clp
Interface ConstraintStore
- All Superinterfaces:
ReadConstraintStore
- All Known Implementing Classes:
ClpConstraintStore
-
Method Summary
Modifier and TypeMethodDescriptionsetMax(Expression id, long max) setMin(Expression id, long min) setNot(Expression id, long not) setValue(Expression id, long value) Methods inherited from interface org.projog.clp.ReadConstraintStore
getMax, getMin
-
Method Details
-
setValue
-
setMin
-
setMax
-
setNot
-