LP column.
More...
#include <assert.h>
#include "spxdefines.h"
#include "dsvector.h"
Go to the source code of this file.
|
class | LPCol |
| LP column.Class LPCol provides a datatype for storing the column of an LP a the form similar to
Hence, an LPCol consists of an objective value, a column DSVector and an upper and lower bound to the corresponding variable, which may include . However, it depends on the LP code to use, what values are actually treated as . More...
|
|
|
namespace | soplex |
| Everything should be within this namespace.
|
|
LP column.
Definition in file lpcol.h.