mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
30580a012a
commit
5eb23e1e7a
17 changed files with 287 additions and 141 deletions
|
@ -315,7 +315,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
virtual void display(std::ostream & out) const {
|
||||
out << "Theory " << static_cast<int>(get_id()) << " does not have a display method\n";
|
||||
out << "Theory " << static_cast<int>(get_id()) << typeid(*this).name() << " does not have a display method\n";
|
||||
display_var2enode(out);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue