![]() |
OR-Tools
9.6
|
Definition at line 41 of file cp_model_search.h.
Public Member Functions | |
| CpModelView (Model *model) | |
| int | NumVariables () const |
| bool | IsFixed (int var) const |
| int64_t | Min (int var) const |
| int64_t | Max (int var) const |
| bool | IsCurrentlyFree (int var) const |
| BooleanOrIntegerLiteral | GreaterOrEqual (int var, int64_t value) const |
| BooleanOrIntegerLiteral | LowerOrEqual (int var, int64_t value) const |
| BooleanOrIntegerLiteral | MedianValue (int var) const |
|
explicit |
Definition at line 49 of file cp_model_search.cc.
| BooleanOrIntegerLiteral GreaterOrEqual | ( | int | var, |
| int64_t | value | ||
| ) | const |
Definition at line 92 of file cp_model_search.cc.
| bool IsCurrentlyFree | ( | int | var | ) | const |
Definition at line 67 of file cp_model_search.cc.
| bool IsFixed | ( | int | var | ) | const |
Definition at line 57 of file cp_model_search.cc.
| BooleanOrIntegerLiteral LowerOrEqual | ( | int | var, |
| int64_t | value | ||
| ) | const |
Definition at line 108 of file cp_model_search.cc.
| int64_t Max | ( | int | var | ) | const |
Definition at line 82 of file cp_model_search.cc.
| BooleanOrIntegerLiteral MedianValue | ( | int | var | ) | const |
Definition at line 124 of file cp_model_search.cc.
| int64_t Min | ( | int | var | ) | const |
Definition at line 72 of file cp_model_search.cc.
| int NumVariables | ( | ) | const |
Definition at line 55 of file cp_model_search.cc.