Uses of Class
org.chocosolver.util.graphOperations.dominance.AbstractLengauerTarjanDominatorsFinder
-
Packages that use AbstractLengauerTarjanDominatorsFinder Package Description org.chocosolver.solver.constraints.nary.circuit org.chocosolver.util.graphOperations.dominance -
-
Uses of AbstractLengauerTarjanDominatorsFinder in org.chocosolver.solver.constraints.nary.circuit
Fields in org.chocosolver.solver.constraints.nary.circuit declared as AbstractLengauerTarjanDominatorsFinder Modifier and Type Field Description protected AbstractLengauerTarjanDominatorsFinder
PropCircuit_ArboFiltering. domFinder
-
Uses of AbstractLengauerTarjanDominatorsFinder in org.chocosolver.util.graphOperations.dominance
Subclasses of AbstractLengauerTarjanDominatorsFinder in org.chocosolver.util.graphOperations.dominance Modifier and Type Class Description class
AlphaDominatorsFinder
Class that finds dominators of a given flow graph g(s) Uses the LT algorithm which runs in O(alpha.m)class
SimpleDominatorsFinder
Class that finds dominators of a given flow graph g(s) Uses the simple LT algorithm which runs in O(m.log(n)) Fast in practice
-