3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-16 02:46:16 +00:00

update dependencies

This commit is contained in:
Nikolaj Bjorner 2022-11-30 22:48:10 -08:00
parent 529f116be0
commit 847aec1d30
5 changed files with 17 additions and 12 deletions

View file

@ -377,15 +377,7 @@ namespace smt {
void setup::setup_QF_UFIDL() {
TRACE("setup", tout << "setup_QF_UFIDL()\n";);
m_params.m_relevancy_lvl = 0;
m_params.m_arith_reflect = false;
m_params.m_nnf_cnf = false;
m_params.m_arith_eq_bounds = true;
m_params.m_arith_eq2ineq = true;
// m_params.m_phase_selection = PS_THEORY;
m_params.m_restart_strategy = RS_GEOMETRIC;
m_params.m_restart_factor = 1.5;
m_params.m_restart_adaptive = false;
m_params.setup_QF_UFIDL();
setup_lra_arith();
}
@ -624,8 +616,6 @@ namespace smt {
}
}
void setup::setup_arith() {
static_features st(m_manager);
IF_VERBOSE(100, verbose_stream() << "(smt.collecting-features)\n";);