jariba / europa-pso

Automatically exported from code.google.com/p/europa-pso
1 stars 0 forks source link

Make temporal network implementations pluggable #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Several of the enhancements that Paul wants to make require fairly low-level 
access to the topology of the temporal network, so in order to support his 
enhancements, we should make the network implementation pluggable.  This would 
also allow us to explore, for instance, implementing the temporal network using 
the Boost Graph Library.

My first thought would be to turn the TemporalNetwork class into an abstract 
base class and move the implementation and the DistanceGraph to component.

Original issue reported on code.google.com by miata...@gmail.com on 28 Jun 2010 at 5:21