mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
parent
84b86ac8d2
commit
37d2ed646d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue