 |
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
35 #pragma GCC visibility push(default)
52 enum SENSE { Less, Equal, Greater };
118 #pragma GCC visibility pop
std::ostream & operator<<(std::ostream &out, const Active< BaseType, CoType > &rhs)
CSense(const SENSE s)
Initializes the sense to s.
CSense()
Default constructor, sense is undefined.
void sense(SENSE s)
Changes the sense of the constraint.
Base class of all other classes of ABACUS.
SENSE sense() const
Returns the sense of the constraint.
const CSense & operator=(SENSE rhs)
Assignment operator.
SENSE sense_
Stores the sense of a constraint.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...