![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for Model, including all inherited members.
| AddConstant(int64_t value) | Model | |
| AddConstraint(absl::string_view id, std::vector< Argument > arguments, bool is_domain) | Model | |
| AddConstraint(absl::string_view id, std::vector< Argument > arguments) | Model | |
| AddFloatConstant(double value) | Model | |
| AddFloatingPointObjectiveTerm(Variable *var, double coeff) | Model | inline |
| AddOutput(SolutionOutputSpecs output) | Model | |
| AddVariable(absl::string_view name, const Domain &domain, bool defined) | Model | |
| ClearObjective() | Model | inline |
| constraints() const | Model | inline |
| DebugString() const | Model | |
| float_objective_coefficients() const | Model | inline |
| float_objective_offset() const | Model | inline |
| float_objective_variables() const | Model | inline |
| IsInconsistent() const | Model | |
| Maximize(Variable *obj, std::vector< Annotation > search_annotations) | Model | |
| maximize() const | Model | inline |
| Minimize(Variable *obj, std::vector< Annotation > search_annotations) | Model | |
| Model(absl::string_view name) | Model | inlineexplicit |
| name() const | Model | inline |
| objective() const | Model | inline |
| output() const | Model | inline |
| Satisfy(std::vector< Annotation > search_annotations) | Model | |
| search_annotations() const | Model | inline |
| SetFloatingPointObjectiveOffset(double offset) | Model | inline |
| SetObjective(Variable *obj) | Model | inline |
| variables() const | Model | inline |
| ~Model() | Model |