mirror of
https://github.com/Z3Prover/z3
synced 2025-09-27 11:49:01 +00:00
updates to repair logic, mainly arithmetic
This commit is contained in:
parent
5b0d49cd76
commit
5e62984178
13 changed files with 532 additions and 191 deletions
|
@ -35,7 +35,7 @@ namespace sls {
|
|||
void initialize() override;
|
||||
void propagate_literal(sat::literal lit) override;
|
||||
bool propagate() override;
|
||||
void repair_down(app* e) override;
|
||||
bool repair_down(app* e) override;
|
||||
void repair_up(app* e) override;
|
||||
bool is_sat() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue