Class StoredDirectedMultiGraph.Nodes
- java.lang.Object
-
- org.chocosolver.solver.constraints.nary.automata.structure.multicostregular.StoredDirectedMultiGraph.Nodes
-
- Enclosing class:
- StoredDirectedMultiGraph
public class StoredDirectedMultiGraph.Nodes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Constructor Description Nodes()
-
-
-
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
-
-