mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 02:46:16 +00:00
- always enable special-relations theory to deal with default setting and push - fix bugs related to equality and transitivity.
This commit is contained in:
parent
cd2ea6b703
commit
ce501e0b6e
2 changed files with 21 additions and 22 deletions
|
@ -802,7 +802,7 @@ namespace smt {
|
|||
setup_dl();
|
||||
setup_seq_str(st);
|
||||
setup_fpa();
|
||||
if (st.m_has_sr) setup_special_relations();
|
||||
setup_special_relations();
|
||||
}
|
||||
|
||||
void setup::setup_unknown(static_features & st) {
|
||||
|
@ -818,7 +818,7 @@ namespace smt {
|
|||
setup_seq_str(st);
|
||||
setup_fpa();
|
||||
setup_recfuns();
|
||||
if (st.m_has_sr) setup_special_relations();
|
||||
setup_special_relations();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue