Set of LP columns. More...
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/basevectors.h"
#include "soplex/datakey.h"
#include "soplex/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 | |
soplex | |
Everything should be within this namespace. | |
Set of LP columns.
Definition in file lpcolsetbase.h.