|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
79 virtual int extract(
Sub *sub) = 0;
90 virtual void extract(
LpSub *lp);
99 virtual void unExtract(
LpSub *lp);
virtual bool branchOnSetVar()
Should indicate if the branching is performed by setting a binary variable.
Abstract base class for all branching rules.
#define OGDF_NEW_DELETE
Makes the class use OGDF's memory allocator.
virtual void initialize(Sub *sub)
Called from the constructor of a subproblem.
Base class of all other classes of ABACUS.
Master * master_
A pointer to the corresponding master of the optimization.
BranchRule(Master *master)
Initializes a branching rule.
The linear program of a subproblem.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
The master of the optimization.