mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 17:50:23 +00:00
add simplifiation pass
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ab9bcfdcce
commit
d1e95a133b
10 changed files with 115 additions and 36 deletions
|
@ -227,6 +227,8 @@ namespace sat {
|
|||
|
||||
cut_eval simulate(unsigned num_rounds);
|
||||
|
||||
void simplify();
|
||||
|
||||
std::ostream& display(std::ostream& out) const;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue