repositories
/
mc1516pa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38007cf
)
yet another tiny update
author
Alexander Fedotov
<soyaxhoya@gmail.com>
Wed, 20 Apr 2016 13:50:32 +0000
(15:50 +0200)
committer
Alexander Fedotov
<soyaxhoya@gmail.com>
Wed, 20 Apr 2016 13:50:32 +0000
(15:50 +0200)
modelchecker/main.c
patch
|
blob
|
history
diff --git
a/modelchecker/main.c
b/modelchecker/main.c
index
85c6303
..
bcf8c7b
100644
(file)
--- 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));