Class IntervalVar
java.lang.Object
com.google.ortools.sat.IntervalVar
An interval variable. This class must be constructed from the CpModel class.
-
Method Summary
-
Method Details
-
toString
-
getIndex
public int getIndex()Returns the index of the interval constraint in the model. -
getBuilder
Returns the interval builder. -
getName
Returns the name passed in the constructor. -
getStartExpr
Returns the start expression. -
getSizeExpr
Returns the size expression. -
getEndExpr
Returns the end expression.
-