choco.kernel.solver.constraints.global.automata.fast_multicostregular.structure
Class StoredDirectedMultiGraph.Nodes

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

public class StoredDirectedMultiGraph.Nodes
extends Object


Field Summary
 StoredIndexedBipartiteSetWithOffset[] inArcs
           
 int[] layers
           
 double[] lpfs
           
 double[][] lpfsI
           
 double[] lpft
           
 double[][] lpftI
           
 int[] nextLP
           
 int[][] nextLPI
           
 int[] nextSP
           
 int[][] nextSPI
           
 StoredIndexedBipartiteSetWithOffset[] outArcs
           
 int[] prevLP
           
 int[][] prevLPI
           
 int[] prevSP
           
 int[][] prevSPI
           
 double[] spfs
           
 double[][] spfsI
           
 double[] spft
           
 double[][] spftI
           
 int[] states
           
 
Constructor Summary
StoredDirectedMultiGraph.Nodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

states

public int[] states

layers

public int[] layers

outArcs

public StoredIndexedBipartiteSetWithOffset[] outArcs

inArcs

public StoredIndexedBipartiteSetWithOffset[] inArcs

nextSP

public int[] nextSP

prevSP

public int[] prevSP

nextLP

public int[] nextLP

prevLP

public int[] prevLP

spfs

public double[] spfs

spft

public double[] spft

lpfs

public double[] lpfs

lpft

public double[] lpft

nextSPI

public int[][] nextSPI

prevSPI

public int[][] prevSPI

nextLPI

public int[][] nextLPI

prevLPI

public int[][] prevLPI

spfsI

public double[][] spfsI

spftI

public double[][] spftI

lpfsI

public double[][] lpfsI

lpftI

public double[][] lpftI
Constructor Detail

StoredDirectedMultiGraph.Nodes

public StoredDirectedMultiGraph.Nodes()


Copyright © 2012. All Rights Reserved.