mascoptCplex.algos.abstractalgos
Class BaroniMixedRouting

java.lang.Object
  |
  +--mascoptCplex.algos.abstractalgos.BaroniRouting
        |
        +--mascoptCplex.algos.abstractalgos.BaroniCapacityRouting
              |
              +--mascoptCplex.algos.abstractalgos.BaroniMixedRouting
Direct Known Subclasses:
BaroniMixedRoundedRouting

public class BaroniMixedRouting
extends BaroniCapacityRouting

Version:
29/07/2003
Author:
jflaland@sophia.inria.fr

Field Summary
 
Fields inherited from class mascoptCplex.algos.abstractalgos.BaroniRouting
FLOW_ALLOCATED, integerComputation_, nbFTotal, SIZEREQUESTSTRING, stretchFactor, W
 
Constructor Summary
BaroniMixedRouting(AbstractGraph g, DiGraph requests)
          Constructs the BaroniRouting object.
 
Methods inherited from class mascoptCplex.algos.abstractalgos.BaroniRouting
getPathForRequest, getPaths, getProtectionForRequest, hasRoutes, hasSolution, pathsCalculusMethod, printStatistics, route, setProtection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaroniMixedRouting

public BaroniMixedRouting(AbstractGraph g,
                          DiGraph requests)
Constructs the BaroniRouting object. Then, it's possible to launch the calculus for routing.

Parameters:
g - the graph used for the routing