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 4303 of file constraint_solver.h.
#include <constraint_solver.h>
| operations_research::InitAndGetValues::InitAndGetValues |
( |
IntVarIterator * | it | ) |
|
|
inlineexplicit |
◆ begin()
| Iterator operations_research::InitAndGetValues::begin |
( |
| ) |
|
|
inline |
◆ end()
| Iterator operations_research::InitAndGetValues::end |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: