mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fix indent
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
96b717f494
commit
d60d0b8a7a
|
@ -459,9 +459,9 @@ namespace sat {
|
|||
|
||||
// try asymmetric branching
|
||||
// clause must not be used for propagation
|
||||
s.propagate(false);
|
||||
if (s.inconsistent())
|
||||
return true;
|
||||
s.propagate(false);
|
||||
if (s.inconsistent())
|
||||
return true;
|
||||
scoped_detach scoped_d(s, c);
|
||||
unsigned new_sz = c.size();
|
||||
unsigned flip_position = m_rand(c.size());
|
||||
|
|
Loading…
Reference in a new issue