![]() |
OR-Tools
8.2
|
This is the complete list of members for GScip, including all inherited members.
| AddAndConstraint(const GScipLogicalConstraintData &logical_data, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | GScip | |
| AddIndicatorConstraint(const GScipIndicatorConstraint &indicator_constraint, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | GScip | |
| AddLinearConstraint(const GScipLinearRange &range, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | GScip | |
| AddOrConstraint(const GScipLogicalConstraintData &logical_data, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | GScip | |
| AddQuadraticConstraint(const GScipQuadraticRange &range, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | GScip | |
| AddSOS1Constraint(const GScipSOSData &sos_data, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | GScip | |
| AddSOS2Constraint(const GScipSOSData &sos_data, const std::string &name="", const GScipConstraintOptions &options=DefaultGScipConstraintOptions()) | GScip | |
| AddVariable(double lb, double ub, double obj_coef, GScipVarType var_type, const std::string &var_name="", const GScipVariableOptions &options=DefaultGScipVariableOptions()) | GScip | |
| CanSafeBulkDelete(const absl::flat_hash_set< SCIP_VAR * > &vars) | GScip | |
| constraints() | GScip | inline |
| ConstraintType(SCIP_CONS *constraint) | GScip | |
| Create(const std::string &problem_name) | GScip | static |
| DefaultBoolParamValue(const std::string ¶meter_name) | GScip | |
| DefaultCharParamValue(const std::string ¶meter_name) | GScip | |
| DefaultIntParamValue(const std::string ¶meter_name) | GScip | |
| DefaultLongParamValue(const std::string ¶meter_name) | GScip | |
| DefaultRealParamValue(const std::string ¶meter_name) | GScip | |
| DefaultStringParamValue(const std::string ¶meter_name) | GScip | |
| DeleteConstraint(SCIP_CONS *constraint) | GScip | |
| DeleteVariable(SCIP_VAR *var) | GScip | |
| InterruptSolve() | GScip | |
| IsConstraintLinear(SCIP_CONS *constraint) | GScip | |
| kDefaultScipInf | GScip | static |
| Lb(SCIP_VAR *var) | GScip | |
| LinearConstraintCoefficients(SCIP_CONS *constraint) | GScip | |
| LinearConstraintLb(SCIP_CONS *constraint) | GScip | |
| LinearConstraintUb(SCIP_CONS *constraint) | GScip | |
| LinearConstraintVariables(SCIP_CONS *constraint) | GScip | |
| Name(SCIP_VAR *var) | GScip | |
| Name(SCIP_CONS *constraint) | GScip | |
| ObjCoef(SCIP_VAR *var) | GScip | |
| ObjectiveIsMaximize() | GScip | |
| ObjectiveOffset() | GScip | |
| SafeBulkDelete(const absl::flat_hash_set< SCIP_VAR * > &vars) | GScip | |
| scip() | GScip | inline |
| ScipInf() | GScip | |
| ScipVersion() | GScip | static |
| SetBranchingPriority(SCIP_VAR *var, int priority) | GScip | |
| SetLb(SCIP_VAR *var, double lb) | GScip | |
| SetLinearConstraintCoef(SCIP_CONS *constraint, SCIP_VAR *var, double value) | GScip | |
| SetLinearConstraintLb(SCIP_CONS *constraint, double lb) | GScip | |
| SetLinearConstraintUb(SCIP_CONS *constraint, double ub) | GScip | |
| SetMaximize(bool is_maximize) | GScip | |
| SetObjCoef(SCIP_VAR *var, double obj_coef) | GScip | |
| SetObjectiveOffset(double offset) | GScip | |
| SetUb(SCIP_VAR *var, double ub) | GScip | |
| SetVarType(SCIP_VAR *var, GScipVarType var_type) | GScip | |
| Solve(const GScipParameters ¶ms=GScipParameters(), const std::string &legacy_params="") | GScip | |
| SuggestHint(const GScipSolution &partial_solution) | GScip | |
| Ub(SCIP_VAR *var) | GScip | |
| variables() | GScip | inline |
| VarType(SCIP_VAR *var) | GScip | |
| ~GScip() | GScip |