Scippy

SoPlex

Sequential object-oriented simPlex

lprowsetbase.h File Reference

Set of LP columns. More...

#include <assert.h>
#include "spxdefines.h"
#include "basevectors.h"
#include "datakey.h"
#include "lprowbase.h"

Go to the source code of this file.

Classes

class  LPRowSetBase< R >
 Set of LP rows.Class LPRowSetBase implements a set of LPRowBase%s. Unless for memory limitations, any number of LPRowBases may be added to an LPRowSetBase. Single or multiple LPRowBases may be added to an LPRowSetBase, 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 LPRowBases by the set. See DataKey for a more detailed description of the concept of keys. For the concept of renumbering LPRowBases within an LPRowSetBase after removal of some LPRows see DataSet. More...
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Detailed Description

Set of LP columns.

Definition in file lprowsetbase.h.