![]() |
OR-Tools
9.6
|
Definition at line 84 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_t | CurrentNodeId () const |
| int64_t | NumNodesProcessed () const |
| SCIP * | scip () const |
| bool | is_pseudo_solution () const |
| ScipConstraintHandlerContext | ( | SCIP * | scip, |
| SCIP_SOL * | solution, | ||
| bool | is_pseudo_solution | ||
| ) |
Definition at line 76 of file scip_callback.cc.
| int64_t CurrentNodeId | ( | ) | const |
Definition at line 91 of file scip_callback.cc.
|
inline |
Definition at line 103 of file scip_callback.h.
| int64_t NumNodesProcessed | ( | ) | const |
Definition at line 87 of file scip_callback.cc.
|
inline |
Definition at line 94 of file scip_callback.h.
| double VariableValue | ( | const MPVariable * | variable | ) | const |
Definition at line 82 of file scip_callback.cc.