mirror of
https://github.com/Z3Prover/z3
synced 2025-09-06 01:48:02 +00:00
fixes to sls
This commit is contained in:
parent
5e62984178
commit
fce21981c6
16 changed files with 521 additions and 80 deletions
|
@ -37,6 +37,7 @@ namespace sls {
|
|||
bool propagate() override;
|
||||
bool repair_down(app* e) override;
|
||||
void repair_up(app* e) override;
|
||||
void repair_literal(sat::literal lit) override;
|
||||
bool is_sat() override;
|
||||
|
||||
void on_rescale() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue