}
@Test
public void testPushDownMethodOptimized() {
JDolly jdolly = new JDollyImp("alloyTheory/pushdownmethod_final.als",2, 3, 4);
jdolly.setExactMaxPackages(true);
jdolly.setMaxMethodNames(3);
jdolly.setExactMaxMethodNames(true);
jdolly.setOptimized(true);
jdolly.setJump(10);
int numberPrograms = TestUtil.countSolutions(jdolly, false);
assertEquals(2055, numberPrograms);
}