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:
parent
4badc52dc3
commit
fd6fe87c5d
4 changed files with 62 additions and 37 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue