3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-03 22:43:56 +00:00
align use of optsmt and the new core (they should not be used together)
This commit is contained in:
Nikolaj Bjorner 2022-09-21 12:09:31 -07:00
parent eba5a5d141
commit 42945de240
2 changed files with 29 additions and 8 deletions

View file

@ -330,6 +330,7 @@ namespace opt {
struct is_fd;
bool probe_fd();
bool is_maxsat_query();
struct is_propositional_fn;
bool is_propositional(expr* e);