Definition at line 219 of file model.h.
#include <model.h>
◆ Constraint()
| operations_research::fz::Constraint::Constraint |
( |
absl::string_view | t, |
|
|
std::vector< Argument > | args, |
|
|
bool | strong_propag, |
|
|
bool | sym, |
|
|
bool | redundant ) |
|
inline |
◆ DebugString()
| std::string operations_research::fz::Constraint::DebugString |
( |
| ) |
const |
◆ MarkAsInactive()
| void operations_research::fz::Constraint::MarkAsInactive |
( |
| ) |
|
◆ RemoveArg()
| void operations_research::fz::Constraint::RemoveArg |
( |
int | arg_pos | ) |
|
◆ SetAsFalse()
| void operations_research::fz::Constraint::SetAsFalse |
( |
| ) |
|
◆ active
| bool operations_research::fz::Constraint::active |
◆ arguments
| std::vector<Argument> operations_research::fz::Constraint::arguments |
◆ is_redundant
| bool operations_research::fz::Constraint::is_redundant |
◆ is_symmetric_breaking
| bool operations_research::fz::Constraint::is_symmetric_breaking |
◆ strong_propagation
| bool operations_research::fz::Constraint::strong_propagation |
◆ type
| std::string operations_research::fz::Constraint::type |
The documentation for this struct was generated from the following files: