mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3afe081f62
commit
4fb867a49c
7 changed files with 28 additions and 10 deletions
|
@ -955,7 +955,7 @@ namespace smt {
|
|||
setup_seq_str(st);
|
||||
setup_card();
|
||||
setup_fpa();
|
||||
setup_special_relations();
|
||||
if (st.m_has_sr) setup_special_relations();
|
||||
}
|
||||
|
||||
void setup::setup_unknown(static_features & st) {
|
||||
|
@ -972,6 +972,7 @@ namespace smt {
|
|||
setup_card();
|
||||
setup_fpa();
|
||||
setup_recfuns();
|
||||
if (st.m_has_sr) setup_special_relations();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue