![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <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 |
Friends | |
| class | Model |
| std::string operations_research::fz::Variable::DebugString | ( | ) | const |
| bool operations_research::fz::Variable::Merge | ( | absl::string_view | other_name, |
| const Domain & | other_domain, | ||
| bool | other_temporary ) |
| std::string operations_research::fz::Variable::name |