Code to improve search by pruning certain types of repair..
[repair.git] / Repair / RepairCompiler / MCC / Compiler.java
index df0979133640e4a735dc3b5342cbc21fbd902291..9ecf6a653a6e40209b1e04f5cc0ed30b898fbe6a 100755 (executable)
@@ -20,6 +20,7 @@ public class Compiler {
     /* Set this flag to false to turn repairs off */
     public static boolean REPAIR=true;
     public static boolean AGGRESSIVESEARCH=false;
+    public static boolean PRUNEQUANTIFIERS=false;
 
     public static void main(String[] args) {
         State state = null;