Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disable euf for opt
  • Loading branch information
NikolajBjorner committed Jun 4, 2021
1 parent 84b86ac commit 37d2ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/opt/opt_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 37d2ed6

Please sign in to comment.