3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-04 12:53:24 -07:00
parent 64d157d81e
commit c70e9af09d
5 changed files with 26 additions and 14 deletions

View file

@ -153,7 +153,7 @@ struct goal2sat::imp {
m_map.insert(t, v);
l = sat::literal(v, sign);
TRACE("sat", tout << "new_var: " << v << ": " << mk_bounded_pp(t, m, 2) << "\n";);
if (ext && !is_uninterp_const(t)) {
if (!is_uninterp_const(t)) {
m_interpreted_atoms.push_back(t);
}
}