|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
INFEAS infeas() const
Returns the way of infeasibility of the constraint.
InfeasCon(Master *master, Constraint *con, INFEAS inf)
The constructor.
INFEAS infeas_
The way of infeasibility.
Base class of all other classes of ABACUS.
Constraint * constraint_
A pointer to the infeasible constraint.
Forms the virtual base class for all possible variables given in pool format.
@ Feasible
The constraint is not infeasible.
Master * master_
A pointer to the corresponding master of the optimization.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Forms the virtual base class for all possible constraints given in pool format.
Constraint * constraint() const
Returns a pointer to the infeasible constraint.
INFEAS
The different ways of infeasibility of a constraint.
The master of the optimization.