mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 15:34:41 +00:00
patch definitions, add pretty print support
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fc3bd95cc2
commit
1b9f27a798
7 changed files with 56 additions and 16 deletions
|
|
@ -304,6 +304,7 @@ class smt_printer {
|
|||
|
||||
void visit_sort(sort* s, bool bool2int = false) {
|
||||
symbol sym;
|
||||
verbose_stream() << "visit sort " << s->get_name() << "\n";
|
||||
if (s->is_sort_of(m_bv_fid, BV_SORT)) {
|
||||
sym = symbol("BitVec");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue