![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for operations_research::GScip, including all inherited members.
| AddAndConstraint(const GScipLogicalConstraintData &logical_data, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | operations_research::GScip | |
| AddConstraintForHandler(ConsHandler *handler, ConsData *data, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | operations_research::GScip | inline |
| AddIndicatorConstraint(const GScipIndicatorConstraint &indicator_constraint, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | operations_research::GScip | |
| AddLinearConstraint(const GScipLinearRange &range, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | operations_research::GScip | |
| AddLinearConstraintCoef(SCIP_CONS *constraint, SCIP_VAR *var, double value) | operations_research::GScip | |
| AddOrConstraint(const GScipLogicalConstraintData &logical_data, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | operations_research::GScip | |
| AddQuadraticConstraint(const GScipQuadraticRange &range, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | operations_research::GScip | |
| AddSOS1Constraint(const GScipSOSData &sos_data, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | operations_research::GScip | |
| AddSOS2Constraint(const GScipSOSData &sos_data, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | operations_research::GScip | |
| AddVariable(double lb, double ub, double obj_coef, GScipVarType var_type, const std::string &var_name="", const GScipVariableOptions &options=DefaultGScipVariableOptions()) | operations_research::GScip | |
| CanSafeBulkDelete(const absl::flat_hash_set< SCIP_VAR * > &vars) | operations_research::GScip | |
| constraints() | operations_research::GScip | inline |
| ConstraintType(SCIP_CONS *constraint) | operations_research::GScip | |
| Create(const std::string &problem_name) | operations_research::GScip | static |
| DefaultBoolParamValue(const std::string ¶meter_name) | operations_research::GScip | |
| DefaultCharParamValue(const std::string ¶meter_name) | operations_research::GScip | |
| DefaultIntParamValue(const std::string ¶meter_name) | operations_research::GScip | |
| DefaultLongParamValue(const std::string ¶meter_name) | operations_research::GScip | |
| DefaultRealParamValue(const std::string ¶meter_name) | operations_research::GScip | |
| DefaultStringParamValue(const std::string ¶meter_name) | operations_research::GScip | |
| DeleteConstraint(SCIP_CONS *constraint) | operations_research::GScip | |
| DeleteVariable(SCIP_VAR *var) | operations_research::GScip | |
| InErrorState() | operations_research::GScip | |
| InterruptSolveFromCallbackOnCallbackError(absl::Status error_status) | operations_research::GScip | |
| IsConstraintLinear(SCIP_CONS *constraint) | operations_research::GScip | |
| kDefaultScipInf | operations_research::GScip | static |
| Lb(SCIP_VAR *var) | operations_research::GScip | |
| LinearConstraintCoefficients(SCIP_CONS *constraint) | operations_research::GScip | |
| LinearConstraintLb(SCIP_CONS *constraint) | operations_research::GScip | |
| LinearConstraintUb(SCIP_CONS *constraint) | operations_research::GScip | |
| LinearConstraintVariables(SCIP_CONS *constraint) | operations_research::GScip | |
| Name(SCIP_VAR *var) | operations_research::GScip | |
| Name(SCIP_CONS *constraint) | operations_research::GScip | |
| ObjCoef(SCIP_VAR *var) | operations_research::GScip | |
| ObjectiveIsMaximize() | operations_research::GScip | |
| ObjectiveOffset() | operations_research::GScip | |
| SafeBulkDelete(const absl::flat_hash_set< SCIP_VAR * > &vars) | operations_research::GScip | |
| scip() | operations_research::GScip | inline |
| ScipInf() | operations_research::GScip | |
| ScipInfClamp(double d) | operations_research::GScip | |
| ScipInfUnclamp(double d) | operations_research::GScip | |
| ScipVersion() | operations_research::GScip | static |
| SetBranchingPriority(SCIP_VAR *var, int priority) | operations_research::GScip | |
| SetLb(SCIP_VAR *var, double lb) | operations_research::GScip | |
| SetLinearConstraintCoef(SCIP_CONS *constraint, SCIP_VAR *var, double value) | operations_research::GScip | |
| SetLinearConstraintLb(SCIP_CONS *constraint, double lb) | operations_research::GScip | |
| SetLinearConstraintUb(SCIP_CONS *constraint, double ub) | operations_research::GScip | |
| SetMaximize(bool is_maximize) | operations_research::GScip | |
| SetObjCoef(SCIP_VAR *var, double obj_coef) | operations_research::GScip | |
| SetObjectiveOffset(double offset) | operations_research::GScip | |
| SetUb(SCIP_VAR *var, double ub) | operations_research::GScip | |
| SetVarType(SCIP_VAR *var, GScipVarType var_type) | operations_research::GScip | |
| Solve(const GScipParameters ¶ms=GScipParameters(), GScipMessageHandler message_handler=nullptr, const Interrupter *interrupter=nullptr) | operations_research::GScip | |
| SuggestHint(const GScipSolution &partial_solution) | operations_research::GScip | |
| Ub(SCIP_VAR *var) | operations_research::GScip | |
| variables() | operations_research::GScip | inline |
| VarType(SCIP_VAR *var) | operations_research::GScip | |
| ~GScip() | operations_research::GScip |