![]() |
OR-Tools
8.2
|
Definition at line 82 of file scip_callback.h.
Public Member Functions | |
ScipConstraintHandlerContext (SCIP *scip, SCIP_SOL *solution, bool is_pseudo_solution) | |
double | VariableValue (const MPVariable *variable) const |
int64 | CurrentNodeId () const |
int64 | NumNodesProcessed () const |
SCIP * | scip () const |
bool | is_pseudo_solution () const |
ScipConstraintHandlerContext | ( | SCIP * | scip, |
SCIP_SOL * | solution, | ||
bool | is_pseudo_solution | ||
) |
Definition at line 69 of file scip_callback.cc.
int64 CurrentNodeId | ( | ) | const |
Definition at line 84 of file scip_callback.cc.
|
inline |
Definition at line 101 of file scip_callback.h.
int64 NumNodesProcessed | ( | ) | const |
Definition at line 80 of file scip_callback.cc.
|
inline |
Definition at line 92 of file scip_callback.h.
double VariableValue | ( | const MPVariable * | variable | ) | const |
Definition at line 75 of file scip_callback.cc.