![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <model.h>
Public Member Functions | |
| Constraint (absl::string_view t, std::vector< Argument > args, bool strong_propag, bool sym, bool redundant) | |
| 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 | is_symmetric_breaking: 1 |
| bool | is_redundant: 1 |
|
inline |
| std::string operations_research::fz::Constraint::DebugString | ( | ) | const |
| void operations_research::fz::Constraint::RemoveArg | ( | int | arg_pos | ) |
| std::vector<Argument> operations_research::fz::Constraint::arguments |
| std::string operations_research::fz::Constraint::type |