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:
parent
1bfc12d6e6
commit
951c769fc9
3 changed files with 27 additions and 25 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue