|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
43 template<
class BaseType,
class CoType>
class CutBuffer;
44 template<
class BaseType,
class CoType>
class PoolSlotRef;
90 void saveCandidates(
Sub *sub);
115 void allocate(
int nCand);
An array that keeps track of the number of inserted elements; also usable as an efficient stack.
~FixCand()
The destructor.
ArrayBuffer< FSVarStat * > * fsVarStat_
The fixing status of the candidates.
Base class of all other classes of ABACUS.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
FixCand(Master *master)
Creates an empty set of candidates for fixing.
ArrayBuffer< PoolSlotRef< Variable, Constraint > * > * candidates_
The candidates for fixing.
The master of the optimization.
Master * master_
A pointer to the corresponding master of the optimization.
ArrayBuffer< double > * lhs_
The left hand side of the expression evaluated for fixing.