X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satlib.git;a=blobdiff_plain;f=glucose-syrup%2Fincremental%2FMain.cc;h=acb61b68b07c52e642ef076ee77ffcca02172554;hp=5ea6c13a1c68b5c5a8e9284e036c763b9a852000;hb=33cbe1ee74163e94f6c5b6ede980d4f30037e86a;hpb=4ae07496db03a08e1d3b713c13e337efbf89ee1c;ds=inline 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); }