SoPlex Doxygen Documentation
dsvector.h File Reference

Dynamic sparse vectors. More...

#include <assert.h>
#include "spxdefines.h"
#include "svector.h"
#include "ssvector.h"

Go to the source code of this file.

Classes

class  DSVector
 Dynamic sparse vectors.Class DSVector implements dynamic sparse vectors, i.e. SVectors with an automatic memory management. This allows the user to freely add() as many nonzeros to a DSVector 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 dsvector.h.