#include <ostream>
#include <vector>
#include <algorithm>
#include "util.hpp"


Go to the source code of this file.
Namespaces | |
| namespace | graphgen |
Classes | |
| struct | graphgen::value_type |
| Enumeration type template parameter to specify weight calculation and handling. More... | |
| class | graphgen::vertex_weight< WV > |
| One point weight template class. More... | |
| class | graphgen::link_weight< WV > |
| two point weight template class. More... | |
notes: weights w/o precalculated tables should be passed on ensemble construction and ensembles should resize weight tables to appropriate sizes
1.5.6