| AddConstant(int64_t value) | operations_research::fz::Model | |
| AddConstraint(absl::string_view id, std::vector< Argument > arguments, bool is_domain, bool symmetry, bool redundant) | 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::Model | inline |
| AddOutput(SolutionOutputSpecs output) | operations_research::fz::Model | |
| AddVariable(absl::string_view name, const Domain &domain, bool defined, bool set_is_fixed=false) | operations_research::fz::Model | |
| ClearObjective() | operations_research::fz::Model | inline |
| constraints() const | operations_research::fz::Model | inline |
| DebugString() const | operations_research::fz::Model | |
| float_objective_coefficients() const | operations_research::fz::Model | inline |
| float_objective_offset() const | operations_research::fz::Model | inline |
| float_objective_variables() const | operations_research::fz::Model | inline |
| IsInconsistent() const | operations_research::fz::Model | |
| Maximize(Variable *obj, std::vector< Annotation > search_annotations) | operations_research::fz::Model | |
| maximize() const | operations_research::fz::Model | inline |
| Minimize(Variable *obj, std::vector< Annotation > search_annotations) | operations_research::fz::Model | |
| Model(absl::string_view name) | operations_research::fz::Model | inlineexplicit |
| name() const | operations_research::fz::Model | inline |
| objective() const | operations_research::fz::Model | inline |
| output() const | operations_research::fz::Model | inline |
| Satisfy(std::vector< Annotation > search_annotations) | operations_research::fz::Model | |
| search_annotations() const | operations_research::fz::Model | inline |
| SetFloatingPointObjectiveOffset(double offset) | operations_research::fz::Model | inline |
| SetObjective(Variable *obj) | operations_research::fz::Model | inline |
| variables() const | operations_research::fz::Model | inline |
| ~Model() | operations_research::fz::Model | |