mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3c0e8cb182
commit
4dbccbf23a
2 changed files with 5 additions and 5 deletions
|
@ -175,7 +175,7 @@ namespace smt {
|
|||
|
||||
literal mk_literal(expr* _e);
|
||||
enode* ensure_enode(expr* e);
|
||||
theory_var mk_var(enode* n);
|
||||
theory_var mk_var(enode* n) override;
|
||||
|
||||
void collect_asserted_po_atoms(vector< std::pair<bool_var,bool> >& atoms) const;
|
||||
void display_atom(std::ostream & out, atom& a) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue