Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <constraint_solver.h>
Public Member Functions | |
int64_t | operator* () const |
Iterator & | operator++ () |
bool | operator!= (const Iterator &other) const |
Static Public Member Functions | |
static Iterator | Begin (IntVarIterator *it) |
These are the only way to construct an Iterator. | |
static Iterator | End (IntVarIterator *it) |
Definition at line 4238 of file constraint_solver.h.
|
inlinestatic |
These are the only way to construct an Iterator.
Definition at line 4240 of file constraint_solver.h.
|
inlinestatic |
Definition at line 4243 of file constraint_solver.h.
|
inline |
Definition at line 4256 of file constraint_solver.h.
|
inline |
Definition at line 4247 of file constraint_solver.h.
|
inline |
Definition at line 4251 of file constraint_solver.h.