mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
enable sat.euf in opt, enable smt legacy for lns
This commit is contained in:
parent
db04ccb137
commit
56478f917b
4 changed files with 38 additions and 31 deletions
|
@ -869,7 +869,7 @@ public:
|
|||
m_pivot_on_cs = p.maxres_pivot_on_correction_set();
|
||||
m_wmax = p.maxres_wmax();
|
||||
m_dump_benchmarks = p.dump_benchmarks();
|
||||
m_enable_lns = p.enable_lns() && m_c.sat_enabled();
|
||||
m_enable_lns = p.enable_lns();
|
||||
m_lns_conflicts = p.lns_conflicts();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue