Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
IntVarVectorEnumerator (IntVarVector collection) | |
bool | MoveNext () |
void | Reset () |
void | Dispose () |
Properties | |
IntVar | Current [get] |
Type-safe iterator Current. | |
Type-safe enumerator
Definition at line 185 of file IntVarVector.cs.
|
inline |
Definition at line 193 of file IntVarVector.cs.
|
inline |
Definition at line 240 of file IntVarVector.cs.
|
inline |
Definition at line 220 of file IntVarVector.cs.
|
inline |
Definition at line 232 of file IntVarVector.cs.
|
get |
Type-safe iterator Current.
Definition at line 201 of file IntVarVector.cs.