|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
bool local() const
Returns true if the constraint/variable is only locally valid, false otherwise.
Includes declaration of graph class.
const Sub * sub() const
Returns a const pointer to the subproblem associated with the constraint/variable.
virtual double rhs() const
Returns the right hand side of the constraint.
Constraint(Master *master, const Sub *sub, CSense::SENSE sense, double rhs, bool dynamic, bool local, bool liftable)
Initializes a constraint.
BaseConstraint(abacus::Master *master, const abacus::Sub *sub, abacus::CSense::SENSE sense, double rhs, bool dynamic, bool local, bool liftable)
bool liftable() const
Checks if the constraint is liftable.
virtual bool dynamic() const
Return true if the constraint/variable is dynamic.
Struct for attaching the current lp-value to the corresponding edge. Used in the primal heuristic.
Forms the virtual base class for all possible variables given in pool format.
virtual ~BaseConstraint()
CSense * sense()
Returns a pointer to the sense of the constraint.
Forms the virtual base class for all possible constraints given in pool format.
Class for the representation of edges.
virtual int coeff(const NodePair &n) const =0
Class for the representation of nodes.
The master of the optimization.