forked from jasder/antlr
rm some output
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6772]
This commit is contained in:
parent
d24af6fd8a
commit
e52880931f
|
@ -88,10 +88,10 @@ public class LinearApproximator {
|
|||
LOOK(t.target, i+1, MAX_LINEAR_APPROXIMATE_DEPTH);
|
||||
altLook.add(look);
|
||||
altConfigs.add(configs);
|
||||
for (int k=1; k<=MAX_LINEAR_APPROXIMATE_DEPTH; k++) {
|
||||
System.out.println(s.rule.name+"["+(i+1)+"]["+k+"]="+look[k].toString(g));
|
||||
System.out.println("configs["+(i+1)+"]["+k+"]="+ configs[k].toString());
|
||||
}
|
||||
// for (int k=1; k<=MAX_LINEAR_APPROXIMATE_DEPTH; k++) {
|
||||
// System.out.println(s.rule.name+"["+(i+1)+"]["+k+"]="+look[k].toString(g));
|
||||
// System.out.println("configs["+(i+1)+"]["+k+"]="+ configs[k].toString());
|
||||
// }
|
||||
}
|
||||
|
||||
// FIND MIN DISJOINT k
|
||||
|
|
Loading…
Reference in New Issue