mirror of
https://github.com/Z3Prover/z3
synced 2025-10-17 13:00:26 +00:00
adding lookahead mode to arithmetic sls solver
This commit is contained in:
parent
847278fba8
commit
d97bd48669
7 changed files with 575 additions and 207 deletions
|
@ -32,6 +32,7 @@ namespace sls {
|
|||
~arith_plugin() override {}
|
||||
void register_term(expr* e) override;
|
||||
expr_ref get_value(expr* e) override;
|
||||
void start_propagation() override;
|
||||
bool is_fixed(expr* e, expr_ref& value) override;
|
||||
void initialize() override;
|
||||
void propagate_literal(sat::literal lit) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue