mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +00:00
add virtual destructor to fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1894c86ee0
commit
1ffbe23ee3
3 changed files with 16 additions and 9 deletions
|
@ -352,6 +352,7 @@ namespace euf {
|
|||
void drat_bool_def(sat::bool_var v, expr* n);
|
||||
void drat_eq_def(sat::literal lit, expr* eq);
|
||||
void drat_log_expr(expr* n);
|
||||
void bool_def(bool_var v, unsigned n);
|
||||
bool visit_clause(unsigned n, literal const* lits);
|
||||
void display_clause(unsigned n, literal const* lits);
|
||||
void visit_expr(expr* e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue