![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 79 of file scip_callback.h.
#include <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 |
| operations_research::ScipConstraintHandlerContext::ScipConstraintHandlerContext | ( | SCIP * | scip, |
| SCIP_SOL * | solution, | ||
| bool | is_pseudo_solution ) |
Definition at line 74 of file scip_callback.cc.
| int64_t operations_research::ScipConstraintHandlerContext::CurrentNodeId | ( | ) | const |
Definition at line 89 of file scip_callback.cc.
|
inline |
Definition at line 98 of file scip_callback.h.
| int64_t operations_research::ScipConstraintHandlerContext::NumNodesProcessed | ( | ) | const |
Definition at line 85 of file scip_callback.cc.
|
inline |
Definition at line 89 of file scip_callback.h.
| double operations_research::ScipConstraintHandlerContext::VariableValue | ( | const MPVariable * | variable | ) | const |
Definition at line 80 of file scip_callback.cc.