3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00
unreachable code in dual solver
This commit is contained in:
Nikolaj Bjorner 2021-05-29 09:49:47 -07:00
parent 3024fe7baf
commit 4d41db2920
3 changed files with 21 additions and 3 deletions

View file

@ -42,6 +42,8 @@ namespace sat {
literal ext2lit(literal lit);
literal lit2ext(literal lit);
void add_assumptions(solver const& s);
std::ostream& display(solver const& s, std::ostream& out) const;
public: