mirror of
https://github.com/Z3Prover/z3
synced 2025-09-30 13:19:04 +00:00
add unconstrained elimination for sequences
This commit is contained in:
parent
a0f3727e90
commit
d1c7ff1a36
12 changed files with 148 additions and 16 deletions
|
@ -45,7 +45,7 @@ Notes:
|
|||
#include "solver/solver_preprocess.h"
|
||||
#include "qe/lite/qe_lite_tactic.h"
|
||||
|
||||
void init_preprocess(ast_manager& m, params_ref const& p, seq_simplifier& s, dependent_expr_state& st) {
|
||||
void init_preprocess(ast_manager& m, params_ref const& p, then_simplifier& s, dependent_expr_state& st) {
|
||||
|
||||
smt_params smtp(p);
|
||||
s.add_simplifier(alloc(rewriter_simplifier, m, p, st));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue