Definition at line 176 of file gscip_constraint_handler.h.
#include <gscip_constraint_handler.h>
|
| | GScipConstraintHandlerContext (GScip *gscip, const GScipCallbackStats *stats, SCIP_CONSHDLR *current_handler, SCIP_SOL *current_solution) |
| GScip * | gscip () |
| double | VariableValue (SCIP_VAR *variable) const |
| absl::StatusOr< GScipCallbackResult > | AddCut (const GScipLinearRange &range, const std::string &name, const GScipCutOptions &options=GScipCutOptions()) |
| absl::Status | AddLazyLinearConstraint (const GScipLinearRange &range, const std::string &name, const GScipLazyConstraintOptions &options=GScipLazyConstraintOptions()) |
| absl::Status | SetLocalVarLb (SCIP_VAR *var, double value) |
| absl::Status | SetLocalVarUb (SCIP_VAR *var, double value) |
| absl::Status | SetGlobalVarLb (SCIP_VAR *var, double value) |
| absl::Status | SetGlobalVarUb (SCIP_VAR *var, double value) |
| double | LocalVarLb (SCIP_VAR *var) const |
| double | LocalVarUb (SCIP_VAR *var) const |
| double | GlobalVarLb (SCIP_VAR *var) const |
| double | GlobalVarUb (SCIP_VAR *var) const |
| const GScipCallbackStats & | stats () const |
◆ GScipConstraintHandlerContext()
| operations_research::GScipConstraintHandlerContext::GScipConstraintHandlerContext |
( |
GScip * | gscip, |
|
|
const GScipCallbackStats * | stats, |
|
|
SCIP_CONSHDLR * | current_handler, |
|
|
SCIP_SOL * | current_solution ) |
|
inline |
◆ AddCut()
◆ AddLazyLinearConstraint()
◆ GlobalVarLb()
| double operations_research::GScipConstraintHandlerContext::GlobalVarLb |
( |
SCIP_VAR * | var | ) |
const |
◆ GlobalVarUb()
| double operations_research::GScipConstraintHandlerContext::GlobalVarUb |
( |
SCIP_VAR * | var | ) |
const |
◆ gscip()
| GScip * operations_research::GScipConstraintHandlerContext::gscip |
( |
| ) |
|
|
inline |
◆ LocalVarLb()
| double operations_research::GScipConstraintHandlerContext::LocalVarLb |
( |
SCIP_VAR * | var | ) |
const |
◆ LocalVarUb()
| double operations_research::GScipConstraintHandlerContext::LocalVarUb |
( |
SCIP_VAR * | var | ) |
const |
◆ SetGlobalVarLb()
| absl::Status operations_research::GScipConstraintHandlerContext::SetGlobalVarLb |
( |
SCIP_VAR * | var, |
|
|
double | value ) |
◆ SetGlobalVarUb()
| absl::Status operations_research::GScipConstraintHandlerContext::SetGlobalVarUb |
( |
SCIP_VAR * | var, |
|
|
double | value ) |
◆ SetLocalVarLb()
| absl::Status operations_research::GScipConstraintHandlerContext::SetLocalVarLb |
( |
SCIP_VAR * | var, |
|
|
double | value ) |
◆ SetLocalVarUb()
| absl::Status operations_research::GScipConstraintHandlerContext::SetLocalVarUb |
( |
SCIP_VAR * | var, |
|
|
double | value ) |
◆ stats()
| const GScipCallbackStats & operations_research::GScipConstraintHandlerContext::stats |
( |
| ) |
const |
|
inline |
◆ VariableValue()
| double operations_research::GScipConstraintHandlerContext::VariableValue |
( |
SCIP_VAR * | variable | ) |
const |
The documentation for this class was generated from the following files: