Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.ConstraintSolver.IntVarVector.IntVarVectorEnumerator Class Referencesealed
Inheritance diagram for Google.OrTools.ConstraintSolver.IntVarVector.IntVarVectorEnumerator:

Public Member Functions

 IntVarVectorEnumerator (IntVarVector collection)
 
bool MoveNext ()
 
void Reset ()
 
void Dispose ()
 

Properties

IntVar Current [get]
 Type-safe iterator Current.
 

Detailed Description

Type-safe enumerator

Note
the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet.

Definition at line 185 of file IntVarVector.cs.

Constructor & Destructor Documentation

◆ IntVarVectorEnumerator()

Google.OrTools.ConstraintSolver.IntVarVector.IntVarVectorEnumerator.IntVarVectorEnumerator ( IntVarVector collection)
inline

Definition at line 193 of file IntVarVector.cs.

Member Function Documentation

◆ Dispose()

void Google.OrTools.ConstraintSolver.IntVarVector.IntVarVectorEnumerator.Dispose ( )
inline

Definition at line 240 of file IntVarVector.cs.

◆ MoveNext()

bool Google.OrTools.ConstraintSolver.IntVarVector.IntVarVectorEnumerator.MoveNext ( )
inline

Definition at line 220 of file IntVarVector.cs.

◆ Reset()

void Google.OrTools.ConstraintSolver.IntVarVector.IntVarVectorEnumerator.Reset ( )
inline

Definition at line 232 of file IntVarVector.cs.

Property Documentation

◆ Current

IntVar Google.OrTools.ConstraintSolver.IntVarVector.IntVarVectorEnumerator.Current
get

Type-safe iterator Current.

Definition at line 201 of file IntVarVector.cs.


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