OR-Tools  8.2
ScipConstraintHandlerContext

Detailed Description

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
 

Constructor & Destructor Documentation

◆ ScipConstraintHandlerContext()

ScipConstraintHandlerContext ( SCIP *  scip,
SCIP_SOL *  solution,
bool  is_pseudo_solution 
)

Definition at line 69 of file scip_callback.cc.

Member Function Documentation

◆ CurrentNodeId()

int64 CurrentNodeId ( ) const

Definition at line 84 of file scip_callback.cc.

◆ is_pseudo_solution()

bool is_pseudo_solution ( ) const
inline

Definition at line 101 of file scip_callback.h.

◆ NumNodesProcessed()

int64 NumNodesProcessed ( ) const

Definition at line 80 of file scip_callback.cc.

◆ scip()

SCIP * scip ( ) const
inline

Definition at line 92 of file scip_callback.h.

◆ VariableValue()

double VariableValue ( const MPVariable variable) const

Definition at line 75 of file scip_callback.cc.


The documentation for this class was generated from the following files: