Scippy

SoPlex

Sequential object-oriented simPlex

classset.h File Reference

Set of class objects. More...

#include <string.h>
#include <assert.h>
#include "soplex/array.h"
#include "soplex/dataarray.h"
#include "soplex/classarray.h"
#include "soplex/datakey.h"
#include "soplex/spxalloc.h"
#include "soplex/exceptions.h"
#include "soplex/svectorbase.h"

Go to the source code of this file.

Classes

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

Namespaces

 soplex
 Everything should be within this namespace.
 

Detailed Description

Set of class objects.

Definition in file classset.h.