package testGC; import org.jpl7.Atom; import org.jpl7.Query; import org.jpl7.Term; public class TestGC { public static void main(String argv[]) { int max; Query.hasSolution("consult('test.pl')"); if ( argv.length > 0 ) max = Integer.parseInt(argv[0]); else max = 10; System.out.println(max + " iterations"); for(int i=0; i