Base class of all other classes of ABACUS.
SENSE sense_
Stores the sense of a constraint.
SENSE sense() const
Returns the sense of the constraint.
friend std::ostream & operator<<(std::ostream &out, const CSense &rhs)
Output operator for constraint senses.
CSense()
Default constructor, sense is undefined.
const CSense & operator=(SENSE rhs)
Assignment operator.
void sense(SENSE s)
Changes the sense of the constraint.
CSense(char s)
Initializes the sense of the constraint specified with a single letter.
CSense(const SENSE s)
Initializes the sense to s.
void sense(char s)
Changes the sense of the constraint given a letter s.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.