X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=modelchecker%2Fmain.c;fp=modelchecker%2Fmain.c;h=bcf8c7b6106bb1ebda1dc159d2722d3fe2452e57;hb=b3851097adbafa74d01e05b25ba550a814a5767d;hp=85c630309be020c6d17f8e0a91b37cbec8115755;hpb=38007cf7f13ed61ef2d08c92763f51f4d0d45d04;p=mc1516pa.git diff --git a/modelchecker/main.c b/modelchecker/main.c index 85c6303..bcf8c7b 100644 --- a/modelchecker/main.c +++ b/modelchecker/main.c @@ -124,6 +124,7 @@ void solve(FILE *inputstream) break; } } + printf("Solution is not found after %d iteration(s)\n", iteration); } else printf("No solution found!\n"); //ERRPRINT("Satcount: %f\n", sylvan_satcount(old, init->vars.varset));