choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph
Class ReducedNode

java.lang.Object
  extended by choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.reducedGraph.ReducedNode

public class ReducedNode
extends Object


Field Summary
protected  int pa
           
protected  BitSet SCC
           
 
Constructor Summary
ReducedNode(int v, BitSet scc)
          constructor
 
Method Summary
 int getAssociatedPA()
           
 BitSet getSetVertex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCC

protected BitSet SCC

pa

protected int pa
Constructor Detail

ReducedNode

public ReducedNode(int v,
                   BitSet scc)
constructor

Parameters:
scc - une composante fortement connexe
v - un sommet associe, dans le cas general un point d'articulation mais pas obligatoirement
Method Detail

getAssociatedPA

public int getAssociatedPA()

getSetVertex

public BitSet getSetVertex()


Copyright © 2012. All Rights Reserved.