| AddCut(const GScipLinearRange &range, const std::string &name, const GScipCutOptions &options=GScipCutOptions()) | operations_research::GScipConstraintHandlerContext | |
| AddLazyLinearConstraint(const GScipLinearRange &range, const std::string &name, const GScipLazyConstraintOptions &options=GScipLazyConstraintOptions()) | operations_research::GScipConstraintHandlerContext | |
| GlobalVarLb(SCIP_VAR *var) const | operations_research::GScipConstraintHandlerContext | |
| GlobalVarUb(SCIP_VAR *var) const | operations_research::GScipConstraintHandlerContext | |
| gscip() | operations_research::GScipConstraintHandlerContext | inline |
| GScipConstraintHandlerContext(GScip *gscip, const GScipCallbackStats *stats, SCIP_CONSHDLR *current_handler, SCIP_SOL *current_solution) | operations_research::GScipConstraintHandlerContext | inline |
| LocalVarLb(SCIP_VAR *var) const | operations_research::GScipConstraintHandlerContext | |
| LocalVarUb(SCIP_VAR *var) const | operations_research::GScipConstraintHandlerContext | |
| SetGlobalVarLb(SCIP_VAR *var, double value) | operations_research::GScipConstraintHandlerContext | |
| SetGlobalVarUb(SCIP_VAR *var, double value) | operations_research::GScipConstraintHandlerContext | |
| SetLocalVarLb(SCIP_VAR *var, double value) | operations_research::GScipConstraintHandlerContext | |
| SetLocalVarUb(SCIP_VAR *var, double value) | operations_research::GScipConstraintHandlerContext | |
| stats() const | operations_research::GScipConstraintHandlerContext | inline |
| VariableValue(SCIP_VAR *variable) const | operations_research::GScipConstraintHandlerContext | |