3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-18 16:48:37 -07:00 committed by Lev Nachmanson
parent d758a08497
commit e50082b484
8 changed files with 117 additions and 81 deletions

View file

@ -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);
}
}