choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures
Class ShortestPaths
java.lang.Object
choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.ShortestPaths
public class ShortestPaths
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxInt
protected int maxInt
inputGraph
protected VarGraphView inputGraph
travelTime
protected IStateInt[][] travelTime
minTravelTime
protected IStateInt[][] minTravelTime
ShortestPaths
public ShortestPaths(int nbNodes,
IStateInt[][] travelTime,
VarGraphView inputGraph,
IStateInt[][] minTravelTime)
computeMinPaths
public void computeMinPaths()
Copyright © 2012. All Rights Reserved.