3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 02:15:19 +00:00
disable euf for opt
This commit is contained in:
Nikolaj Bjorner 2021-06-04 15:28:52 -07:00
parent 84b86ac8d2
commit 37d2ed646d

View file

@ -681,6 +681,8 @@ namespace opt {
void context::update_solver() {
sat_params p(m_params);
if (p.euf())
return;
if (!p.euf()) {
if (!m_enable_sat || !probe_fd()) {
return;