Definition at line 216 of file xpress_interface.cc.
◆ XpressMPCallbackContext()
| operations_research::XpressMPCallbackContext::XpressMPCallbackContext |
( |
XPRSprob * | xprsprob, |
|
|
MPCallbackEvent | event, |
|
|
int | num_nodes ) |
|
inline |
◆ AddCut()
| void operations_research::XpressMPCallbackContext::AddCut |
( |
const LinearRange & | cutting_plane | ) |
|
|
inlineoverridevirtual |
◆ AddLazyConstraint()
| void operations_research::XpressMPCallbackContext::AddLazyConstraint |
( |
const LinearRange & | lazy_constraint | ) |
|
|
inlineoverridevirtual |
◆ CanQueryVariableValues()
| bool operations_research::XpressMPCallbackContext::CanQueryVariableValues |
( |
| ) |
|
|
overridevirtual |
◆ Event()
◆ NumExploredNodes()
| int64_t operations_research::XpressMPCallbackContext::NumExploredNodes |
( |
| ) |
|
|
inlineoverridevirtual |
◆ SuggestSolution()
| double operations_research::XpressMPCallbackContext::SuggestSolution |
( |
const absl::flat_hash_map< const MPVariable *, double > & | solution | ) |
|
|
overridevirtual |
◆ UpdateFromXpressState()
| bool operations_research::XpressMPCallbackContext::UpdateFromXpressState |
( |
XPRSprob | cbprob | ) |
|
◆ VariableValue()
| double operations_research::XpressMPCallbackContext::VariableValue |
( |
const MPVariable * | variable | ) |
|
|
overridevirtual |
◆ XpressInterface
| friend class XpressInterface |
|
friend |
The documentation for this class was generated from the following file: