Generic hash table for data objects. More...
#include <algorithm>
#include <iostream>
#include <iterator>
#include <assert.h>
#include <limits.h>
#include "soplex/spxdefines.h"
#include "soplex/array.h"
Go to the source code of this file.
Classes | |
class | DataHashTable< HashItem, Info > |
Generic hash table for data objects. More... | |
class | DataHashTable< HashItem, Info >::Element< ElemHashItem, ElemInfo > |
template class for elements stored in the hash table More... | |
Namespaces | |
namespace | soplex |
Everything should be within this namespace. | |
Macros | |
#define | SOPLEX_HASHTABLE_FILLFACTOR 0.7 |
Generic hash table for data objects.
Definition in file datahashtable.h.
#define SOPLEX_HASHTABLE_FILLFACTOR 0.7 |
Definition at line 40 of file datahashtable.h.