|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
bool allVarBinary() const
Returns true if all variables with nonzero coefficients of the constraint are binary.
bool trivial() const
Returns true if the constraint is a bound or a variable upper bound.
ConClass(const Master *master, bool discrete, bool allVarBinary, bool trivial, bool bound, bool varBound)
The constructor initializes the constraint classification with.
std::ostream & operator<<(std::ostream &out, const Active< BaseType, CoType > &rhs)
bool allVarBinary_
true if all variables are binary.
Base class of all other classes of ABACUS.
bool trivial_
true if it is a bound or a variable lower/upper bound.
Constraint classification.
the master of the optimization.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
bool bound_
true if the constraint is a bound of the variable.
bool varBound_
true if the constraint is a variable lower/upper bound.
The master of the optimization.