Scippy

SoPlex

Sequential object-oriented simPlex

array.h File Reference

Save arrays of arbitrary types. More...

#include <assert.h>
#include <string.h>
#include "spxalloc.h"

Go to the source code of this file.

Classes

class  Array< T >
 Safe arrays of arbitrary types.Class Array provides safe arrays of arbitrary type. Array elements are accessed just like ordinary C++ array elements by means of the index operator[](). Safety is provided by. More...
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Detailed Description

Save arrays of arbitrary types.

Definition in file array.h.