mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
add rewriter and seq simplifiers
This commit is contained in:
parent
a152f9cfd6
commit
4e9f21c2a1
6 changed files with 140 additions and 14 deletions
|
@ -49,7 +49,7 @@ void card2bv::reduce() {
|
|||
for (func_decl* f : fns)
|
||||
m_fmls.model_trail().hide(f);
|
||||
|
||||
advance_qhead(m_fmls.size());
|
||||
advance_qhead(m_fmls.size());
|
||||
}
|
||||
|
||||
void card2bv::collect_statistics(statistics& st) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue