![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <constraint_solver.h>
Public Member Functions | |
IntegerCastInfo () | |
IntegerCastInfo (IntVar *const v, IntExpr *const e, Constraint *const c) | |
Public Attributes | |
IntVar * | variable |
IntExpr * | expression |
Constraint * | maintainer |
Holds semantic information stating that the 'expression' has been cast into 'variable' using the Var() method, and that 'maintainer' is responsible for maintaining the equality between 'variable' and 'expression'.
Definition at line 276 of file constraint_solver.h.
|
inline |
Definition at line 277 of file constraint_solver.h.
|
inline |
Definition at line 279 of file constraint_solver.h.
IntExpr* operations_research::Solver::IntegerCastInfo::expression |
Definition at line 282 of file constraint_solver.h.
Constraint* operations_research::Solver::IntegerCastInfo::maintainer |
Definition at line 283 of file constraint_solver.h.
IntVar* operations_research::Solver::IntegerCastInfo::variable |
Definition at line 281 of file constraint_solver.h.