mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
remove tautology
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d7f2638ecf
commit
064a7f9097
|
@ -1318,7 +1318,7 @@ namespace sat {
|
|||
|
||||
m_overflow = false;
|
||||
|
||||
while (m_num_marks > 0 && idx >= 0) {
|
||||
while (m_num_marks > 0) {
|
||||
bool_var v = lits[idx].var();
|
||||
if (s().is_marked(v)) {
|
||||
s().reset_mark(v);
|
||||
|
|
Loading…
Reference in a new issue