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

Public Member Functions

 IntVarEnumerator (IntVarIterator iterator)
 
bool MoveNext ()
 
void Reset ()
 

Properties

long Current [get]
 

Detailed Description

Definition at line 168 of file NetDecisionBuilder.cs.

Constructor & Destructor Documentation

◆ IntVarEnumerator()

Google.OrTools.ConstraintSolver.IntVarEnumerator.IntVarEnumerator ( IntVarIterator iterator)
inline

Definition at line 176 of file NetDecisionBuilder.cs.

Member Function Documentation

◆ MoveNext()

bool Google.OrTools.ConstraintSolver.IntVarEnumerator.MoveNext ( )
inline

Definition at line 181 of file NetDecisionBuilder.cs.

◆ Reset()

void Google.OrTools.ConstraintSolver.IntVarEnumerator.Reset ( )
inline

Definition at line 195 of file NetDecisionBuilder.cs.

Property Documentation

◆ Current

long Google.OrTools.ConstraintSolver.IntVarEnumerator.Current
get

Definition at line 207 of file NetDecisionBuilder.cs.


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