mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 05:13:39 +00:00
add propagation after binary addition
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
8533238582
1 changed files with 0 additions and 1 deletions
|
@ -460,7 +460,6 @@ namespace sat {
|
||||||
|
|
||||||
// try asymmetric branching
|
// try asymmetric branching
|
||||||
// clause must not be used for propagation
|
// clause must not be used for propagation
|
||||||
|
|
||||||
scoped_detach scoped_d(s, c);
|
scoped_detach scoped_d(s, c);
|
||||||
unsigned new_sz = c.size();
|
unsigned new_sz = c.size();
|
||||||
unsigned flip_position = m_rand(c.size());
|
unsigned flip_position = m_rand(c.size());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue