mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
resolve conflicts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
19d4b0a97a
27 changed files with 197 additions and 134 deletions
|
@ -3044,7 +3044,7 @@ namespace smt {
|
|||
// not counting any literals that get assigned by this method
|
||||
// this relies on bcp() to give us its old m_qhead and therefore
|
||||
// bcp() should always be called before this method
|
||||
|
||||
|
||||
unsigned assigned_literal_end = m_assigned_literals.size();
|
||||
for (; qhead < assigned_literal_end; ++qhead) {
|
||||
literal l = m_assigned_literals[qhead];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue