Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::ModelBuilderHelper Member List

This is the complete list of members for operations_research::ModelBuilderHelper, including all inherited members.

AddConstraintTerm(int ct_index, int var_index, double coeff)operations_research::ModelBuilderHelper
AddEnforcedConstraintTerm(int ct_index, int var_index, double coeff)operations_research::ModelBuilderHelper
AddEnforcedLinearConstraint()operations_research::ModelBuilderHelper
AddHint(int var_index, double var_value)operations_research::ModelBuilderHelper
AddLinearConstraint()operations_research::ModelBuilderHelper
AddVar()operations_research::ModelBuilderHelper
ClearConstraintTerms(int ct_index)operations_research::ModelBuilderHelper
ClearEnforcedConstraintTerms(int ct_index)operations_research::ModelBuilderHelper
ClearHints()operations_research::ModelBuilderHelper
ClearObjective()operations_research::ModelBuilderHelper
ConstraintCoefficients(int ct_index) constoperations_research::ModelBuilderHelper
ConstraintLowerBound(int ct_index) constoperations_research::ModelBuilderHelper
ConstraintName(int ct_index) constoperations_research::ModelBuilderHelper
ConstraintUpperBound(int ct_index) constoperations_research::ModelBuilderHelper
ConstraintVarIndices(int ct_index) constoperations_research::ModelBuilderHelper
EnforcedConstraintCoefficients(int ct_index) constoperations_research::ModelBuilderHelper
EnforcedConstraintLowerBound(int ct_index) constoperations_research::ModelBuilderHelper
EnforcedConstraintName(int ct_index) constoperations_research::ModelBuilderHelper
EnforcedConstraintUpperBound(int ct_index) constoperations_research::ModelBuilderHelper
EnforcedConstraintVarIndices(int ct_index) constoperations_research::ModelBuilderHelper
EnforcedIndicatorValue(int ct_index) constoperations_research::ModelBuilderHelper
EnforcedIndicatorVariableIndex(int ct_index) constoperations_research::ModelBuilderHelper
ExportToLpString(const operations_research::MPModelExportOptions &options=MPModelExportOptions())operations_research::ModelBuilderHelper
ExportToMpsString(const operations_research::MPModelExportOptions &options=MPModelExportOptions())operations_research::ModelBuilderHelper
ImportFromMpsFile(const std::string &mps_file)operations_research::ModelBuilderHelper
ImportFromMpsString(const std::string &mps_string)operations_research::ModelBuilderHelper
IsEnforcedConstraint(int ct_index) constoperations_research::ModelBuilderHelper
maximize() constoperations_research::ModelBuilderHelper
model() constoperations_research::ModelBuilderHelper
mutable_model()operations_research::ModelBuilderHelper
name() constoperations_research::ModelBuilderHelper
num_constraints() constoperations_research::ModelBuilderHelper
num_variables() constoperations_research::ModelBuilderHelper
ObjectiveOffset() constoperations_research::ModelBuilderHelper
OverwriteModel(const ModelBuilderHelper &other_helper)operations_research::ModelBuilderHelper
ReadModelFromProtoFile(const std::string &filename)operations_research::ModelBuilderHelper
SafeAddConstraintTerm(int ct_index, int var_index, double coeff)operations_research::ModelBuilderHelper
SafeAddEnforcedConstraintTerm(int ct_index, int var_index, double coeff)operations_research::ModelBuilderHelper
SetConstraintCoefficient(int ct_index, int var_index, double coeff)operations_research::ModelBuilderHelper
SetConstraintLowerBound(int ct_index, double lb)operations_research::ModelBuilderHelper
SetConstraintName(int ct_index, const std::string &name)operations_research::ModelBuilderHelper
SetConstraintUpperBound(int ct_index, double ub)operations_research::ModelBuilderHelper
SetEnforcedConstraintCoefficient(int ct_index, int var_index, double coeff)operations_research::ModelBuilderHelper
SetEnforcedConstraintLowerBound(int ct_index, double lb)operations_research::ModelBuilderHelper
SetEnforcedConstraintName(int ct_index, const std::string &name)operations_research::ModelBuilderHelper
SetEnforcedConstraintUpperBound(int ct_index, double ub)operations_research::ModelBuilderHelper
SetEnforcedIndicatorValue(int ct_index, bool positive)operations_research::ModelBuilderHelper
SetEnforcedIndicatorVariableIndex(int ct_index, int var_index)operations_research::ModelBuilderHelper
SetMaximize(bool maximize)operations_research::ModelBuilderHelper
SetName(const std::string &name)operations_research::ModelBuilderHelper
SetObjectiveOffset(double offset)operations_research::ModelBuilderHelper
SetVarIntegrality(int var_index, bool is_integer)operations_research::ModelBuilderHelper
SetVarLowerBound(int var_index, double lb)operations_research::ModelBuilderHelper
SetVarName(int var_index, const std::string &name)operations_research::ModelBuilderHelper
SetVarObjectiveCoefficient(int var_index, double coeff)operations_research::ModelBuilderHelper
SetVarUpperBound(int var_index, double ub)operations_research::ModelBuilderHelper
VarIsIntegral(int var_index) constoperations_research::ModelBuilderHelper
VarLowerBound(int var_index) constoperations_research::ModelBuilderHelper
VarName(int var_index) constoperations_research::ModelBuilderHelper
VarObjectiveCoefficient(int var_index) constoperations_research::ModelBuilderHelper
VarUpperBound(int var_index) constoperations_research::ModelBuilderHelper
WriteModelToProtoFile(const std::string &filename)operations_research::ModelBuilderHelper
WriteToMpsFile(const std::string &filename, const operations_research::MPModelExportOptions &options=MPModelExportOptions())operations_research::ModelBuilderHelper