class ABA_COLUMN refines ABA_SPARVEC for the representation of variables in column format.
#include <column.h>
Inheritance diagram for ABA_COLUMN::
|
This version of the function obj() sets the objective function coefficient of the column.
This version of the function lBound() sets the lower bound of the column.
This version of the function uBound() sets the upper bound of the column.
Is very similar to the assignment operator, yet the columns do not have to be of equal size. A reallocation is performed if required.
class ABA_COLUMN refines ABA_SPARVEC for the representation of variables in column format.
Definition at line 44 of file column.h.
A constructor.
Another constructor generating an uninitialized column.
A constructor using a sparse vector for the initialization.
The objective function coefficient of the column.
Definition at line 172 of file column.h.
This version of the function obj() sets the objective function coefficient of the column.
Definition at line 177 of file column.h.
The lower bound of the column.
Definition at line 182 of file column.h.
This version of the function lBound() sets the lower bound of the column.
Definition at line 187 of file column.h.
The upper bound of the column.
Definition at line 192 of file column.h.
This version of the function uBound() sets the upper bound of the column.
Definition at line 197 of file column.h.
Is very similar to the assignment operator, yet the columns do not have to be of equal size. A reallocation is performed if required.
The output operator.
A reference to the output stream.
The objective function coefficient of the column.
Definition at line 160 of file column.h.
The lower bound of the column.
Definition at line 164 of file column.h.
The upper bound of the column.
Definition at line 168 of file column.h.
The documentation for this class was generated from the following file: