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

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

AddConstant(int64_t value)operations_research::fz::Model
AddConstraint(absl::string_view id, std::vector< Argument > arguments, bool is_domain)operations_research::fz::Model
AddConstraint(absl::string_view id, std::vector< Argument > arguments)operations_research::fz::Model
AddFloatConstant(double value)operations_research::fz::Model
AddFloatingPointObjectiveTerm(Variable *var, double coeff)operations_research::fz::Modelinline
AddOutput(SolutionOutputSpecs output)operations_research::fz::Model
AddVariable(absl::string_view name, const Domain &domain, bool defined)operations_research::fz::Model
ClearObjective()operations_research::fz::Modelinline
constraints() constoperations_research::fz::Modelinline
DebugString() constoperations_research::fz::Model
float_objective_coefficients() constoperations_research::fz::Modelinline
float_objective_offset() constoperations_research::fz::Modelinline
float_objective_variables() constoperations_research::fz::Modelinline
IsInconsistent() constoperations_research::fz::Model
Maximize(Variable *obj, std::vector< Annotation > search_annotations)operations_research::fz::Model
maximize() constoperations_research::fz::Modelinline
Minimize(Variable *obj, std::vector< Annotation > search_annotations)operations_research::fz::Model
Model(absl::string_view name)operations_research::fz::Modelinlineexplicit
mutable_output()operations_research::fz::Modelinline
mutable_search_annotations()operations_research::fz::Modelinline
name() constoperations_research::fz::Modelinline
objective() constoperations_research::fz::Modelinline
output() constoperations_research::fz::Modelinline
Satisfy(std::vector< Annotation > search_annotations)operations_research::fz::Model
search_annotations() constoperations_research::fz::Modelinline
SetFloatingPointObjectiveOffset(double offset)operations_research::fz::Modelinline
SetObjective(Variable *obj)operations_research::fz::Modelinline
variables() constoperations_research::fz::Modelinline
~Model()operations_research::fz::Model