Scippy

SoPlex

Sequential object-oriented simPlex

dsvectorbase.h File Reference

Dynamic sparse vectors. More...

#include <assert.h>
#include "svectorbase.h"

Go to the source code of this file.

Classes

class  VectorBase< R >
 
class  SSVectorBase< S >
 
class  DSVectorBase< R >
 Dynamic sparse vectors.Class DSVectorBase implements dynamic sparse vectors, i.e. SVectorBases with an automatic memory management. This allows the user to freely add() as many nonzeros to a DSVectorBase as desired, without any precautions. For saving memory method setMax() allows to reduce memory consumption to the amount really required. More...
 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

Dynamic sparse vectors.

Definition in file dsvectorbase.h.