mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
update restart next
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ec3915218d
commit
beb9d2e553
3 changed files with 3 additions and 4 deletions
|
@ -243,7 +243,6 @@ namespace smt {
|
|||
verbose_stream() << "\n";
|
||||
}
|
||||
#endif
|
||||
|
||||
for (auto const& cl : m_shared_clauses)
|
||||
if (all_of(cl, [this](sat::literal lit) { return ctx.get_assignment(lit) != l_true; }))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue