From 33cbe1ee74163e94f6c5b6ede980d4f30037e86a Mon Sep 17 00:00:00 2001 From: bdemsky Date: Wed, 31 Dec 2014 21:42:55 +0900 Subject: [PATCH] bugfix --- glucose-syrup/incremental/Main.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/glucose-syrup/incremental/Main.cc b/glucose-syrup/incremental/Main.cc index 5ea6c13..acb61b6 100644 --- 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;inVars();i++) { putInt(solver->model[i]==l_True); } -- 2.34.1