Base class of all other classes of ABACUS.
Forms the virtual base class for all possible constraints given in pool format.
Constraint * constraint() const
Returns a pointer to the infeasible constraint.
Constraint * constraint_
A pointer to the infeasible constraint.
INFEAS
The different ways of infeasibility of a constraint.
@ Feasible
The constraint is not infeasible.
InfeasCon(Master *master, Constraint *con, INFEAS inf)
The constructor.
INFEAS infeas() const
Returns the way of infeasibility of the constraint.
Master * master_
A pointer to the corresponding master of the optimization.
INFEAS infeas_
The way of infeasibility.
bool goodVar(const Variable *v) const
Returns true if the variable v might reduce the infeasibility, false otherwise.
The master of the optimization.
Forms the virtual base class for all possible variables given in pool format.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()