Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.ConstraintSolver.IntervalVarArrayHelper Class Reference

IntervalVar[] helper class. More...

Static Public Member Functions

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)
 

Detailed Description

IntervalVar[] helper class.

Definition at line 20 of file IntervalVarArrayHelper.cs.

Member Function Documentation

◆ Cumulative() [1/2]

static Constraint Google.OrTools.ConstraintSolver.IntervalVarArrayHelper.Cumulative ( this IntervalVar[] vars,
int[] demands,
long capacity,
String name )
inlinestatic

Definition at line 40 of file IntervalVarArrayHelper.cs.

◆ Cumulative() [2/2]

static Constraint Google.OrTools.ConstraintSolver.IntervalVarArrayHelper.Cumulative ( this IntervalVar[] vars,
long[] demands,
long capacity,
String name )
inlinestatic

Definition at line 35 of file IntervalVarArrayHelper.cs.

◆ Disjunctive()

static DisjunctiveConstraint Google.OrTools.ConstraintSolver.IntervalVarArrayHelper.Disjunctive ( this IntervalVar[] vars,
String name )
inlinestatic

Definition at line 30 of file IntervalVarArrayHelper.cs.


The documentation for this class was generated from the following file: