mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 02:46:16 +00:00
fix build, refactor
This commit is contained in:
parent
3ae4c6e9de
commit
937b61fc88
53 changed files with 145 additions and 127 deletions
|
@ -186,7 +186,7 @@ namespace smt {
|
|||
m_candidate_vectors[i].reset();
|
||||
sort * s = q->get_decl_sort(i);
|
||||
for (unsigned j = 0; j < num_candidates; j++) {
|
||||
if (m_manager.get_sort(candidates[j]) == s) {
|
||||
if (candidates[j]->get_sort() == s) {
|
||||
expr * n = candidates[j];
|
||||
m_context.internalize(n, false);
|
||||
enode * e = m_context.get_enode(n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue