Definition at line 20 of file IntervalVarArrayHelper.cs.
|
static DisjunctiveConstraint | Disjunctive (this IntervalVar[] vars, String name) |
|
static Constraint | Cumulative (this IntervalVar[] vars, long[] demands, long capacity, String name) |
|
static Constraint | Cumulative (this IntervalVar[] vars, int[] demands, long capacity, String name) |
|
◆ Cumulative() [1/2]
static Constraint Cumulative |
( |
this IntervalVar[] |
vars, |
|
|
int[] |
demands, |
|
|
long |
capacity, |
|
|
String |
name |
|
) |
| |
|
inlinestatic |
◆ Cumulative() [2/2]
static Constraint Cumulative |
( |
this IntervalVar[] |
vars, |
|
|
long[] |
demands, |
|
|
long |
capacity, |
|
|
String |
name |
|
) |
| |
|
inlinestatic |
◆ Disjunctive()
static DisjunctiveConstraint Disjunctive |
( |
this IntervalVar[] |
vars, |
|
|
String |
name |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: