|
override void | Dispose (bool disposing) |
|
Definition at line 20 of file IntVarElement.cs.
◆ IntVarElement() [1/2]
Google.OrTools.ConstraintSolver.IntVarElement.IntVarElement |
( |
| ) |
|
|
inline |
◆ IntVarElement() [2/2]
Google.OrTools.ConstraintSolver.IntVarElement.IntVarElement |
( |
IntVar | var | ) |
|
|
inline |
◆ Bound()
bool Google.OrTools.ConstraintSolver.IntVarElement.Bound |
( |
| ) |
|
|
inline |
◆ Clone()
IntVarElement Google.OrTools.ConstraintSolver.IntVarElement.Clone |
( |
| ) |
|
|
inline |
◆ Copy()
void Google.OrTools.ConstraintSolver.IntVarElement.Copy |
( |
IntVarElement | element | ) |
|
|
inline |
◆ Dispose()
override void Google.OrTools.ConstraintSolver.IntVarElement.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ Max()
long Google.OrTools.ConstraintSolver.IntVarElement.Max |
( |
| ) |
|
|
inline |
◆ Min()
long Google.OrTools.ConstraintSolver.IntVarElement.Min |
( |
| ) |
|
|
inline |
◆ Reset()
void Google.OrTools.ConstraintSolver.IntVarElement.Reset |
( |
IntVar | var | ) |
|
|
inline |
◆ Restore()
void Google.OrTools.ConstraintSolver.IntVarElement.Restore |
( |
| ) |
|
|
inline |
◆ SetMax()
void Google.OrTools.ConstraintSolver.IntVarElement.SetMax |
( |
long | m | ) |
|
|
inline |
◆ SetMin()
void Google.OrTools.ConstraintSolver.IntVarElement.SetMin |
( |
long | m | ) |
|
|
inline |
◆ SetRange()
void Google.OrTools.ConstraintSolver.IntVarElement.SetRange |
( |
long | l, |
|
|
long | u ) |
|
inline |
◆ SetValue()
void Google.OrTools.ConstraintSolver.IntVarElement.SetValue |
( |
long | v | ) |
|
|
inline |
◆ Store()
void Google.OrTools.ConstraintSolver.IntVarElement.Store |
( |
| ) |
|
|
inline |
◆ ToString()
string Google.OrTools.ConstraintSolver.IntVarElement.ToString |
( |
| ) |
|
|
inline |
◆ Value()
long Google.OrTools.ConstraintSolver.IntVarElement.Value |
( |
| ) |
|
|
inline |
◆ Var()
IntVar Google.OrTools.ConstraintSolver.IntVarElement.Var |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: