Scippy

SoPlex

Sequential object-oriented simPlex

lpcolsetbase.h File Reference

Set of LP columns. More...

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

Go to the source code of this file.

Classes

class  LPColSetBase< R >
 Set of LP columns.Class LPColSetBase implements a set of LPColBase%s. Unless for memory limitations, any number of LPColBases may be added to an LPColSetBase. Single or multiple LPColBases may be added to an LPColSetBase, where each method add() comes with two different signatures. One with and one without a parameter, used for returning the DataKeys assigned to the new LPColBases by the set. See DataKey for a more detailed description of the concept of keys. For the concept of renumbering LPColBases within an LPColSetBase after removal of some LPColBases, see DataSet. More...
 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

Set of LP columns.

Definition in file lpcolsetbase.h.