choco.kernel.solver.constraints.global.automata.fast_regular.structure
Class StoredDirectedMultiGraph
java.lang.Object
choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph
public class StoredDirectedMultiGraph
- extends Object
Created by IntelliJ IDEA.
User: julien
Mail: julien.menana{at}emn.fr
Date: Nov 4, 2009
Time: 1:07:19 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GNodes
public choco.kernel.solver.constraints.global.automata.fast_regular.structure.StoredDirectedMultiGraph.Nodes GNodes
GArcs
public StoredDirectedMultiGraph.Arcs GArcs
StoredDirectedMultiGraph
public StoredDirectedMultiGraph(IEnvironment environment,
AbstractIntSConstraint constraint,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
int[] starts,
int[] offsets,
int supportLength)
getSupport
public final StoredIndexedBipartiteSetWithOffset getSupport(int i,
int j)
removeArc
public void removeArc(int arcId)
throws ContradictionException
- Throws:
ContradictionException
Copyright © 2012. All Rights Reserved.