SoPlex Doxygen Documentation
lpcolset.h File Reference

Set of LP columns. More...

#include <assert.h>
#include "spxdefines.h"
#include "lpcol.h"
#include "dvector.h"
#include "svset.h"
#include "datakey.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

Set of LP columns.

Definition in file lpcolset.h.