 |
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
34 #pragma GCC visibility push(default)
85 bool goodVar(
const Variable *v)
const;
100 #pragma GCC visibility pop
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 dynamic library (shared object / 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.