choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures
Class ShortestPaths

java.lang.Object
  extended by choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures.ShortestPaths

public class ShortestPaths
extends Object


Field Summary
protected  VarGraphView inputGraph
           
protected  int maxInt
           
protected  IStateInt[][] minTravelTime
           
protected  IStateInt[][] travelTime
           
 
Constructor Summary
ShortestPaths(int nbNodes, IStateInt[][] travelTime, VarGraphView inputGraph, IStateInt[][] minTravelTime)
           
 
Method Summary
 void computeMinPaths()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxInt

protected int maxInt

inputGraph

protected VarGraphView inputGraph

travelTime

protected IStateInt[][] travelTime

minTravelTime

protected IStateInt[][] minTravelTime
Constructor Detail

ShortestPaths

public ShortestPaths(int nbNodes,
                     IStateInt[][] travelTime,
                     VarGraphView inputGraph,
                     IStateInt[][] minTravelTime)
Method Detail

computeMinPaths

public void computeMinPaths()


Copyright © 2012. All Rights Reserved.