Skip to content

Assertion violation at src/sat/sat_drat.cpp:471 #3928

@wintered

Description

@wintered
% z3-0ee7918 bug.smt2
Verification of 69 74 -70 failed
ASSERTION VIOLATION
File: ../src/sat/sat_drat.cpp
Line: 471
false
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
% cat bug.smt2
(set-option :sat.xor.solver true) 
(set-option :sat.drat.check_unsat true) 
(declare-fun a () Int) 
(declare-fun b () Int)  
(assert (and (not (and (= (+ (* (* b a))) 0))) (>= a 0))) 
(check-sat)

OS: Ubuntu 18.04
Commit: db9d6d1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions