Package org.projog.clp
Interface ReadConstraintStore
-
- All Known Subinterfaces:
ConstraintStore
- All Known Implementing Classes:
ClpConstraintStore
public interface ReadConstraintStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMax(Expression id)longgetMin(Expression id)
-
-
-
Method Detail
-
getMin
long getMin(Expression id)
-
getMax
long getMax(Expression id)
-
-