Set of LP columns.
More...
#include <assert.h>
#include "spxdefines.h"
#include "lprow.h"
#include "dvector.h"
#include "svset.h"
#include "datakey.h"
Go to the source code of this file.
|
class | LPRowSet |
| Set of LP rows.Class LPRowSet implements a set of LPRows. Unless for memory limitations, any number of LPRows may be added to an LPRowSet. Single or multiple LPRows may be added to an LPRowSet, where each method add() comes with two different signatures. One with and one without a parameter, used for returning the Keys assigned to the new LPRows by the set. See DataKey for a more detailed description of the concept of keys. For the concept of renumbering LPRows within an LPRowSet after removal of some LPRows see DataSet. More...
|
|
|
namespace | soplex |
| Everything should be within this namespace.
|
|
Set of LP columns.
Definition in file lprowset.h.