mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 21:09:11 +00:00
add parameter to force sat-cleaning on initialization and on simplification phases
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f14a2b9a7c
commit
f5fea8ae30
5 changed files with 11 additions and 6 deletions
|
|
@ -549,7 +549,7 @@ namespace sat {
|
|||
//
|
||||
// -----------------------
|
||||
public:
|
||||
void cleanup();
|
||||
void cleanup(bool force);
|
||||
void simplify(bool learned = true);
|
||||
void asymmetric_branching();
|
||||
unsigned scc_bin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue