choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
Class SoftStoredMultiValuedDirectedMultiGraph.Arcs

java.lang.Object
  extended by choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure.SoftStoredMultiValuedDirectedMultiGraph.Arcs
Enclosing class:
SoftStoredMultiValuedDirectedMultiGraph

public class SoftStoredMultiValuedDirectedMultiGraph.Arcs
extends Object


Field Summary
 int[] dests
           
 double[][] originalCost
           
 int[] origs
           
 double[] temporaryCost
           
 int[] values
           
 
Constructor Summary
SoftStoredMultiValuedDirectedMultiGraph.Arcs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public int[] values

dests

public int[] dests

origs

public int[] origs

originalCost

public double[][] originalCost

temporaryCost

public double[] temporaryCost
Constructor Detail

SoftStoredMultiValuedDirectedMultiGraph.Arcs

public SoftStoredMultiValuedDirectedMultiGraph.Arcs()


Copyright © 2012. All Rights Reserved.