Scippy

SoPlex

Sequential object-oriented simPlex

dataset.h File Reference

Set of data objects. More...

#include <string.h>
#include <assert.h>
#include "dataarray.h"
#include "datakey.h"
#include "spxalloc.h"
#include "exceptions.h"

Go to the source code of this file.

Classes

class  DataSet< DATA >
 Set of data objects.Class DataSet manages of sets of data objects of a template type DATA. For constructing a DataSet the maximum number of entries must be given. The current maximum number may be inquired with method max(). More...
 
struct  DataSet< DATA >::Item
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Detailed Description

Set of data objects.

Definition in file dataset.h.