Class ReachabilityGraph
- java.lang.Object
- 
- org.apache.sysds.hops.codegen.opt.ReachabilityGraph
 
- 
 public class ReachabilityGraph extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classReachabilityGraph.SubProblem
 - 
Constructor SummaryConstructors Constructor Description ReachabilityGraph(PlanPartition part, CPlanMemoTable memo)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sysds.hops.codegen.opt.ReachabilityGraph.CutSetgetCutSet(boolean[] plan)longgetNumSkipPlans(boolean[] plan)InterestingPoint[]getSortedSearchSpace()ReachabilityGraph.SubProblem[]getSubproblems(boolean[] plan)booleanisCutSet(boolean[] plan)booleanisCutSet(org.apache.sysds.hops.codegen.opt.ReachabilityGraph.CutSet cs, boolean[] plan)StringtoString()
 
- 
- 
- 
Constructor Detail- 
ReachabilityGraphpublic ReachabilityGraph(PlanPartition part, CPlanMemoTable memo) 
 
- 
 - 
Method Detail- 
getSortedSearchSpacepublic InterestingPoint[] getSortedSearchSpace() 
 - 
isCutSetpublic boolean isCutSet(boolean[] plan) 
 - 
isCutSetpublic boolean isCutSet(org.apache.sysds.hops.codegen.opt.ReachabilityGraph.CutSet cs, boolean[] plan)
 - 
getCutSetpublic org.apache.sysds.hops.codegen.opt.ReachabilityGraph.CutSet getCutSet(boolean[] plan) 
 - 
getNumSkipPlanspublic long getNumSkipPlans(boolean[] plan) 
 - 
getSubproblemspublic ReachabilityGraph.SubProblem[] getSubproblems(boolean[] plan) 
 
- 
 
-