![]() |
OR-Tools
9.6
|
Definition at line 122 of file flatzinc/model.h.
Public Member Functions | |
| bool | Merge (absl::string_view other_name, const Domain &other_domain, bool other_temporary) |
| std::string | DebugString () const |
Public Attributes | |
| std::string | name |
| Domain | domain |
| bool | temporary: 1 |
| bool | active: 1 |
| std::string DebugString | ( | ) | const |
Definition at line 785 of file flatzinc/model.cc.
| bool Merge | ( | absl::string_view | other_name, |
| const Domain & | other_domain, | ||
| bool | other_temporary | ||
| ) |
Definition at line 775 of file flatzinc/model.cc.
| bool active |
Definition at line 147 of file flatzinc/model.h.
| Domain domain |
Definition at line 139 of file flatzinc/model.h.
| std::string name |
Definition at line 138 of file flatzinc/model.h.
| bool temporary |
Definition at line 143 of file flatzinc/model.h.