mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
include more qsat features
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f175f864ec
commit
c4472ce717
15 changed files with 2197 additions and 190 deletions
|
@ -223,6 +223,8 @@ namespace qe {
|
|||
|
||||
qe_solver_plugin* mk_arith_plugin(i_solver_context& ctx, bool produce_models, smt_params& p);
|
||||
|
||||
void extract_vars(quantifier* q, expr_ref& new_body, app_ref_vector& vars);
|
||||
|
||||
class def_vector {
|
||||
func_decl_ref_vector m_vars;
|
||||
expr_ref_vector m_defs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue