|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
STATUS status() const
Returns the status of the slack variable.
void status(STATUS stat)
Sets the status of the slack variable to stat.
#define OGDF_NEW_DELETE
Makes the class use OGDF's memory allocator.
STATUS
The different statuses of a slack variable.
@ Unknown
The status of the slack variable is not known since no linear program with the corresponding constrai...
@ NonBasicZero
The slack variable does not belong to the basis and has value zero.
Status of slack variables.
Base class of all other classes of ABACUS.
@ NonBasicNonZero
The slack variable does not belong to the basis and has a nonzero value.
STATUS status_
The status of the slack variable.
SlackStat()
Initializes the status to Unknown.
@ Basic
The slack variable belongs to the basis.
SlackStat(STATUS status)
Initializes the status to status.
void status(const SlackStat *stat)
Sets the status to the status of stat.
friend std::ostream & operator<<(std::ostream &out, const SlackStat &rhs)
Output operator for slack statuses.