mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
add sat-smt-preprocess module
self-contained pre-processing initialization
This commit is contained in:
parent
85f9c7eefa
commit
500626e814
5 changed files with 104 additions and 7 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
|
||||
void reset_statistics() override {
|
||||
for (auto* s : m_simplifiers)
|
||||
s->reset_statistics(st);
|
||||
s->reset_statistics();
|
||||
}
|
||||
|
||||
void updt_params(params_ref const& p) override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue