3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 09:44:43 +00:00

fix build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-05-17 12:20:33 -07:00
parent 1bfc12d6e6
commit 951c769fc9
3 changed files with 27 additions and 25 deletions

View file

@ -81,7 +81,9 @@ namespace smt {
m_add_axiom(a, b, c);
}
literal mk_literal(expr* e) { return null_literal; } // TBD
void adapt_eq(theory_var v1, theory_var v2);
literal mk_literal(expr* e);
public: