mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +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
|
@ -72,6 +72,10 @@ namespace sls {
|
|||
APPLY_BOTH(initialize());
|
||||
}
|
||||
|
||||
void arith_plugin::start_propagation() {
|
||||
WITH_FALLBACK(start_propagation());
|
||||
}
|
||||
|
||||
void arith_plugin::propagate_literal(sat::literal lit) {
|
||||
WITH_FALLBACK(propagate_literal(lit));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue