#include <WeightGenerator.h>
Public Member Functions | |
virtual double | getWeight ()=0 |
Generator of default weights for edges
|
pure virtual |
Get a new weight from the generator
Implemented in RandomWeightGenerator, and ConstantWeightGenerator.