mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
add tv
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d758a08497
commit
e50082b484
8 changed files with 117 additions and 81 deletions
|
@ -222,7 +222,7 @@ class create_cut {
|
|||
}
|
||||
for (const auto& p : m_t) {
|
||||
unsigned v = p.var();
|
||||
if (lp::is_term(v)) {
|
||||
if (lp::tv::is_term(v)) {
|
||||
dump_declaration(out, v);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue