3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-10-13 11:22:47 -07:00
parent 708e8669fa
commit 4d48811efd
3 changed files with 54 additions and 27 deletions

View file

@ -1153,6 +1153,8 @@ struct sat2goal::imp {
}
}
}
//s.display(std::cout);
//r.display(std::cout);
}
void add_clause(sat::literal_vector const& lits, expr_ref_vector& lemmas) {