After the solution of a linear program by the simplex method each variable receives a status indicating if the variable is contained in the basis of the optimal solution, or is nonbasic and has a value equal to its lower or upper bound, or is a free variable not contained in the basis.
#include <lpvarstat.h>
Inheritance diagram for ABA_LPVARSTAT::
|
AtLowerBound, Basic, AtUpperBound, NonBasicFree,
The enumeration of the statuses a variable gets from the linear program solver:.
This version of status() sets the status.
Another version of the function status() for setting the status.
The output operator writes the STATUS to an output stream in the form { AtLowerBound}, { Basic}, { AtUpper\-Bound}, { NonBasicFree}, { Eliminated}, { Unknown}.
After the solution of a linear program by the simplex method each variable receives a status indicating if the variable is contained in the basis of the optimal solution, or is nonbasic and has a value equal to its lower or upper bound, or is a free variable not contained in the basis.
Definition at line 51 of file lpvarstat.h.
The enumeration of the statuses a variable gets from the linear program solver:.
Definition at line 73 of file lpvarstat.h.
This constructor initializes the status as Unknown.
Definition at line 164 of file lpvarstat.h.
This constructor initializes the ABA_LPVARSTAT.
Definition at line 170 of file lpvarstat.h.
This constructor make a copy of *lpVarStat.
Definition at line 176 of file lpvarstat.h.
The LP-status.
Definition at line 182 of file lpvarstat.h.
This version of status() sets the status.
Definition at line 187 of file lpvarstat.h.
Another version of the function status() for setting the status.
Definition at line 192 of file lpvarstat.h.
true If the variable status is AtUpperBound or AtLowerBound,
false otherwise.
Definition at line 197 of file lpvarstat.h.
true If the status is Basic,
false otherwise.
Definition at line 203 of file lpvarstat.h.
The output operator writes the STATUS to an output stream in the form { AtLowerBound}, { Basic}, { AtUpper\-Bound}, { NonBasicFree}, { Eliminated}, { Unknown}.
A reference to the output stream.
A pointer to the corresponding global object.
Definition at line 156 of file lpvarstat.h.
The LP-status.
Definition at line 160 of file lpvarstat.h.
The documentation for this class was generated from the following file: