Definition at line 65 of file linear_solver_callback.h.
◆ ~MPCallbackContext()
◆ AddCut()
virtual void AddCut |
( |
const LinearRange & |
cutting_plane | ) |
|
|
pure virtual |
◆ AddLazyConstraint()
virtual void AddLazyConstraint |
( |
const LinearRange & |
lazy_constraint | ) |
|
|
pure virtual |
◆ CanQueryVariableValues()
virtual bool CanQueryVariableValues |
( |
| ) |
|
|
pure virtual |
◆ Event()
◆ NumExploredNodes()
virtual int64 NumExploredNodes |
( |
| ) |
|
|
pure virtual |
◆ SuggestSolution()
virtual double SuggestSolution |
( |
const absl::flat_hash_map< const MPVariable *, double > & |
solution | ) |
|
|
pure virtual |
◆ VariableValue()
virtual double VariableValue |
( |
const MPVariable * |
variable | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: