mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
more merges with qsat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
76d637626a
commit
d614fedde2
7 changed files with 31 additions and 5 deletions
|
@ -315,10 +315,7 @@ namespace smt {
|
|||
return m_var2enode_lim[m_var2enode_lim.size() - num_scopes];
|
||||
}
|
||||
|
||||
virtual void display(std::ostream & out) const {
|
||||
out << "Theory " << static_cast<int>(get_id()) << typeid(*this).name() << " does not have a display method\n";
|
||||
display_var2enode(out);
|
||||
}
|
||||
virtual void display(std::ostream & out) const = 0;
|
||||
|
||||
virtual void display_var2enode(std::ostream & out) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue