Merge branch 'master' of github.com:dopefishh/mc1516pa
authorMart Lubbers <mart@martlubbers.net>
Thu, 21 Apr 2016 16:36:59 +0000 (18:36 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 21 Apr 2016 16:36:59 +0000 (18:36 +0200)
1  2 
modelchecker/main.c

diff --combined modelchecker/main.c
@@@ -22,7 -22,7 +22,7 @@@ void usage(char *prg
                "\t%s [opts] [FILE]\n"
                "\n"
                "Options:\n"
 -              "\t-l LURD lURD verification strategy\n"
 +              "\t-l LURD initial LURD\n"
                "\t-v      enable verbose output\n"
                "\t-h      show this help\n"
                "\n"
@@@ -104,7 -104,7 +104,7 @@@ int solve(FILE *inputstream, char *lurd
        }
        //int iteration = 0;
  
-       bool found = false;
+       //bool found = false;
      /*
        while(new != old){
                DPRINT("Iteration %d\n", iteration++);
              l = l->next;
          }
          printf("\n");
-     } else found = 0;
+     }
  
  
        time_end_solve = clock();
        REPORT("Relation encoding: %fs\n", time_end_rel, time_start_rel);
        REPORT("Solving encoding: %fs\n", time_end_solve, time_start_solve);
  
+     /*
        if(!found){
                printf("no solution\n");
                return 1;
        }
+     */
        return 0;
  }