mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
64d157d81e
commit
c70e9af09d
5 changed files with 26 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue