As for the structural variables the simplex method also assigns a unique status to each slack variable. A slack variable can be a basic or a nonbasic variable.
#include <slackstat.h>
Inheritance diagram for ABA_SLACKSTAT::
|
This constructor initializes the status as Unknown.
This version of the function status() sets the status of the slack variable.
This version of the function status() sets the status to the one of *stat.
The output operator writes the status to an output stream in the format { Basic}, { NonBasicZero}, { Non\-Basic\-Non\-Zero}, or { Unknown}.
As for the structural variables the simplex method also assigns a unique status to each slack variable. A slack variable can be a basic or a nonbasic variable.
Definition at line 50 of file slackstat.h.
The different statuses of a slack variable:
Definition at line 64 of file slackstat.h.
This constructor initializes the status as Unknown.
Definition at line 137 of file slackstat.h.
A constructor with initialization.
Definition at line 143 of file slackstat.h.
The status of the slack variable.
Definition at line 149 of file slackstat.h.
This version of the function status() sets the status of the slack variable.
Definition at line 154 of file slackstat.h.
This version of the function status() sets the status to the one of *stat.
Definition at line 159 of file slackstat.h.
The output operator writes the status to an output stream in the format { Basic}, { NonBasicZero}, { Non\-Basic\-Non\-Zero}, or { Unknown}.
A reference to the output stream.
A pointer to the corresponding global object.
Definition at line 129 of file slackstat.h.
The status of the slack variable.
Definition at line 133 of file slackstat.h.
The documentation for this class was generated from the following file: