3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

enable qe-lite for UFNIA benchmarks

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-03-22 15:41:21 -07:00
parent 4badc52dc3
commit fd6fe87c5d
4 changed files with 62 additions and 37 deletions

View file

@ -121,7 +121,7 @@ namespace qe {
~min_max_opt();
void add(expr* e);
void add(expr_ref_vector const& fmls);
lbool check(svector<bool> const& is_max, func_decl_ref_vector const& vars, app* t);
lbool check(svector<bool> const& is_max, app_ref_vector const& vars, app* t);
};