![]() |
OR-Tools
9.6
|
Definition at line 221 of file flatzinc/model.h.
Public Member Functions | |
| Constraint (absl::string_view t, std::vector< Argument > args, bool strong_propag) | |
| std::string | DebugString () const |
| void | MarkAsInactive () |
| void | RemoveArg (int arg_pos) |
| void | SetAsFalse () |
Public Attributes | |
| std::string | type |
| std::vector< Argument > | arguments |
| bool | strong_propagation: 1 |
| bool | active: 1 |
| bool | presolve_propagation_done: 1 |
|
inline |
Definition at line 222 of file flatzinc/model.h.
| std::string DebugString | ( | ) | const |
Definition at line 797 of file flatzinc/model.cc.
| void MarkAsInactive | ( | ) |
Definition at line 811 of file flatzinc/model.cc.
| void RemoveArg | ( | int | arg_pos | ) |
Definition at line 807 of file flatzinc/model.cc.
| void SetAsFalse | ( | ) |
Definition at line 816 of file flatzinc/model.cc.
| bool active |
Definition at line 253 of file flatzinc/model.h.
| std::vector<Argument> arguments |
Definition at line 242 of file flatzinc/model.h.
| bool presolve_propagation_done |
Definition at line 256 of file flatzinc/model.h.
| bool strong_propagation |
Definition at line 248 of file flatzinc/model.h.
| std::string type |
Definition at line 241 of file flatzinc/model.h.