Scippy

SoPlex

Sequential object-oriented simPlex

didxset.h File Reference

Dymnamic index set. More...

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

Go to the source code of this file.

Classes

class  DIdxSet
 Dynamic index set.Class DIdxSet provides dynamic IdxSet in the sense, that no restrictions are posed on the use of methods add(). However, method indexMem() has been moved to the private members. This is because DIdxSet adds its own memory management to class IdxSet and the user must not interfere with it. More...
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Detailed Description

Dymnamic index set.

Definition in file didxset.h.