MAiNGO Reader Writer Utility
|
Auxiliary struct for representing a constraint. More...
#include <MAiNGOReaderWriter.h>
Public Attributes | |
CT | constraintType |
std::string | lhs |
std::string | rhs |
Auxiliary struct for representing a constraint.
CT maingo::readerWriter::Constraint::constraintType |
Type of the constraint
std::string maingo::readerWriter::Constraint::lhs |
Left hand side of the constraint
std::string maingo::readerWriter::Constraint::rhs |
Right hand side of the constraint