forked from JavaTX/JavaCompilerCore
Compare commits
1 Commits
performanc
...
performanc
Author | SHA1 | Date | |
---|---|---|---|
|
69936ffb58 |
@@ -95,7 +95,7 @@ public class UnifyTest {
|
||||
UnifyTaskModel tasks = new UnifyTaskModel();
|
||||
Set<Set<UnifyPair>> solution = unifyAlgo.unify(undConstraints, oderConstraints, finiteClosure, new NullWriter(), false, urm, tasks);
|
||||
System.out.println(solution.size());
|
||||
System.out.println(solution);
|
||||
//System.out.println(solution);
|
||||
}
|
||||
/*
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user