public static class ReachabilityGraph.SubProblem extends Object
| Modifier and Type | Field and Description | 
|---|---|
InterestingPoint[] | 
freeMat  | 
int[] | 
freePos  | 
int | 
offset  | 
| Constructor and Description | 
|---|
SubProblem(int off,
          int[] pos,
          InterestingPoint[] mat)  | 
public int offset
public int[] freePos
public InterestingPoint[] freeMat
public SubProblem(int off,
                  int[] pos,
                  InterestingPoint[] mat)
Copyright © 2021 The Apache Software Foundation. All rights reserved.