mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 13:23:39 +00:00
fix indent
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
96b717f494
commit
d60d0b8a7a
1 changed files with 3 additions and 3 deletions
|
@ -459,9 +459,9 @@ namespace sat {
|
||||||
|
|
||||||
// try asymmetric branching
|
// try asymmetric branching
|
||||||
// clause must not be used for propagation
|
// clause must not be used for propagation
|
||||||
s.propagate(false);
|
s.propagate(false);
|
||||||
if (s.inconsistent())
|
if (s.inconsistent())
|
||||||
return true;
|
return true;
|
||||||
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