mirror of
https://github.com/Z3Prover/z3
synced 2026-04-04 02:39:02 +00:00
Added unit (not char) case in apply_const_nielsen
This commit is contained in:
parent
b74f0bbb00
commit
538fbc1b8d
2 changed files with 2 additions and 4 deletions
|
|
@ -185,9 +185,7 @@ namespace smt {
|
|||
if (s1 && s2) {
|
||||
seq::dep_tracker dep = nullptr;
|
||||
ctx.push_trail(restore_vector(m_prop_queue));
|
||||
m_prop_queue.push_back(eq_item(s1, s2, get_enode(v1), get_enode(v2), dep));
|
||||
std::cout << "Enqueuing equation " << seq::snode_label_html(s1, m) << " = " << seq::snode_label_html(s2, m) << std::endl;
|
||||
}
|
||||
m_prop_queue.push_back(eq_item(s1, s2, get_enode(v1), get_enode(v2), dep));}
|
||||
}
|
||||
|
||||
void theory_nseq::new_diseq_eh(theory_var v1, theory_var v2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue