![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <constraint_solver.h>
Classes | |
struct | Iterator |
Public Member Functions | |
InitAndGetValues (IntVarIterator *it) | |
Iterator | begin () |
Iterator | end () |
Utility class to encapsulate an IntVarIterator and use it in a range-based loop. See the code snippet above IntVarIterator. It contains DEBUG_MODE-enabled code that DCHECKs that the same iterator instance isn't being iterated on in multiple places simultaneously.
Definition at line 4291 of file constraint_solver.h.
|
inlineexplicit |
Definition at line 4293 of file constraint_solver.h.
|
inline |
Definition at line 4299 of file constraint_solver.h.
|
inline |
Definition at line 4306 of file constraint_solver.h.