projects
/
satlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae0749
)
bugfix
author
bdemsky
<bdemsky@uci.edu>
Wed, 31 Dec 2014 12:42:55 +0000
(21:42 +0900)
committer
bdemsky
<bdemsky@uci.edu>
Wed, 31 Dec 2014 12:42:55 +0000
(21:42 +0900)
glucose-syrup/incremental/Main.cc
patch
|
blob
|
history
diff --git
a/glucose-syrup/incremental/Main.cc
b/glucose-syrup/incremental/Main.cc
index 5ea6c13a1c68b5c5a8e9284e036c763b9a852000..acb61b68b07c52e642ef076ee77ffcca02172554 100644
(file)
--- a/
glucose-syrup/incremental/Main.cc
+++ b/
glucose-syrup/incremental/Main.cc
@@
-153,6
+153,7
@@
void processCommands(SimpSolver *solver) {
if (ret == l_True) {
putInt(IS_SAT);
putInt(solver->nVars());
+ putInt(0);
for(int i=0;i<solver->nVars();i++) {
putInt(solver->model[i]==l_True);
}