mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 07:27:57 +00:00
h
- avoid more platform specific behavior when using m_mk_extract, - rename mk_eq in bool_rewriter to mk_eq_plain to distinguish it from mk_eq_rw - rework bv_lookahead to be more closely based on sls_engine, which has much better heuristic behavior than attempt 1.
This commit is contained in:
parent
a5bc5ed813
commit
f41134d1b6
17 changed files with 506 additions and 257 deletions
|
@ -50,6 +50,10 @@ namespace sls {
|
|||
return false;
|
||||
}
|
||||
|
||||
void bv_plugin::start_propagation() {
|
||||
m_eval.start_propagation();
|
||||
}
|
||||
|
||||
void bv_plugin::propagate_literal(sat::literal lit) {
|
||||
SASSERT(ctx.is_true(lit));
|
||||
auto e = ctx.atom(lit.var());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue