65 allVarBinary_(allVarBinary),
Base class of all other classes of ABACUS.
Constraint classification.
bool allVarBinary_
true if all variables are binary.
bool bound_
true if the constraint is a bound of the variable.
bool varBound_
true if the constraint is a variable lower/upper bound.
bool allVarBinary() const
Returns true if all variables with nonzero coefficients of the constraint are binary.
friend std::ostream & operator<<(std::ostream &out, const ConClass &rhs)
Output operator for constraint classifications.
ConClass(const Master *master, bool discrete, bool allVarBinary, bool trivial, bool bound, bool varBound)
The constructor initializes the constraint classification with.
bool trivial_
true if it is a bound or a variable lower/upper bound.
bool trivial() const
Returns true if the constraint is a bound or a variable upper bound.
The master of the optimization.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
the master of the optimization.
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()