3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 08:28:44 +00:00

enable sat.euf in opt, enable smt legacy for lns

This commit is contained in:
Nikolaj Bjorner 2021-03-02 06:21:14 -08:00
parent db04ccb137
commit 56478f917b
4 changed files with 38 additions and 31 deletions

View file

@ -302,8 +302,8 @@ namespace opt {
inf_eps get_upper_as_num(unsigned idx);
struct is_bv;
bool probe_bv();
struct is_fd;
bool probe_fd();
struct is_propositional_fn;
bool is_propositional(expr* e);