Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
String | toString () |
int | getIndex () |
IntervalConstraintProto.Builder | getBuilder () |
String | getName () |
LinearExpr | getStartExpr () |
LinearExpr | getSizeExpr () |
LinearExpr | getEndExpr () |
String | toString () |
int | getIndex () |
IntervalConstraintProto.Builder | getBuilder () |
String | getName () |
LinearExpr | getStartExpr () |
LinearExpr | getSizeExpr () |
LinearExpr | getEndExpr () |
An interval variable. This class must be constructed from the CpModel class.
Definition at line 22 of file IntervalVar.java.
IntervalConstraintProto.Builder com.google.ortools.sat.IntervalVar.getBuilder | ( | ) |
Returns the interval builder.
Definition at line 61 of file IntervalVar.java.
IntervalConstraintProto.Builder com.google.ortools.sat.IntervalVar.getBuilder | ( | ) |
Returns the interval builder.
Definition at line 61 of file IntervalVar.java.
LinearExpr com.google.ortools.sat.IntervalVar.getEndExpr | ( | ) |
Returns the end expression.
Definition at line 81 of file IntervalVar.java.
LinearExpr com.google.ortools.sat.IntervalVar.getEndExpr | ( | ) |
Returns the end expression.
Definition at line 81 of file IntervalVar.java.
int com.google.ortools.sat.IntervalVar.getIndex | ( | ) |
Returns the index of the interval constraint in the model.
Definition at line 56 of file IntervalVar.java.
int com.google.ortools.sat.IntervalVar.getIndex | ( | ) |
Returns the index of the interval constraint in the model.
Definition at line 56 of file IntervalVar.java.
String com.google.ortools.sat.IntervalVar.getName | ( | ) |
Returns the name passed in the constructor.
Definition at line 66 of file IntervalVar.java.
String com.google.ortools.sat.IntervalVar.getName | ( | ) |
Returns the name passed in the constructor.
Definition at line 66 of file IntervalVar.java.
LinearExpr com.google.ortools.sat.IntervalVar.getSizeExpr | ( | ) |
Returns the size expression.
Definition at line 76 of file IntervalVar.java.
LinearExpr com.google.ortools.sat.IntervalVar.getSizeExpr | ( | ) |
Returns the size expression.
Definition at line 76 of file IntervalVar.java.
LinearExpr com.google.ortools.sat.IntervalVar.getStartExpr | ( | ) |
Returns the start expression.
Definition at line 71 of file IntervalVar.java.
LinearExpr com.google.ortools.sat.IntervalVar.getStartExpr | ( | ) |
Returns the start expression.
Definition at line 71 of file IntervalVar.java.
String com.google.ortools.sat.IntervalVar.toString | ( | ) |
Definition at line 51 of file IntervalVar.java.
String com.google.ortools.sat.IntervalVar.toString | ( | ) |
Definition at line 51 of file IntervalVar.java.