![]() |
OR-Tools
8.2
|
This is the complete list of members for Model, including all inherited members.
AddConstant(int64 value) | Model | |
AddConstraint(const std::string &id, std::vector< Argument > arguments, bool is_domain) | Model | |
AddConstraint(const std::string &id, std::vector< Argument > arguments) | Model | |
AddOutput(SolutionOutputSpecs output) | Model | |
AddVariable(const std::string &name, const Domain &domain, bool defined) | Model | |
constraints() const | Model | inline |
DebugString() const | Model | |
IsInconsistent() const | Model | |
maximize() const | Model | inline |
Maximize(IntegerVariable *obj, std::vector< Annotation > search_annotations) | Model | |
Minimize(IntegerVariable *obj, std::vector< Annotation > search_annotations) | Model | |
Model(const std::string &name) | Model | inlineexplicit |
mutable_output() | Model | inline |
mutable_search_annotations() | Model | inline |
name() const | Model | inline |
objective() const | Model | inline |
output() const | Model | inline |
Satisfy(std::vector< Annotation > search_annotations) | Model | |
search_annotations() const | Model | inline |
SetObjective(IntegerVariable *obj) | Model | inline |
variables() const | Model | inline |
~Model() | Model |