OR-Tools  8.2
Model Member List

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() constModelinline
DebugString() constModel
IsInconsistent() constModel
maximize() constModelinline
Maximize(IntegerVariable *obj, std::vector< Annotation > search_annotations)Model
Minimize(IntegerVariable *obj, std::vector< Annotation > search_annotations)Model
Model(const std::string &name)Modelinlineexplicit
mutable_output()Modelinline
mutable_search_annotations()Modelinline
name() constModelinline
objective() constModelinline
output() constModelinline
Satisfy(std::vector< Annotation > search_annotations)Model
search_annotations() constModelinline
SetObjective(IntegerVariable *obj)Modelinline
variables() constModelinline
~Model()Model