Skip to content

Assertion violation at src/tactic/tactical.cpp:113 #3682

@wintered

Description

@wintered
[700] % z3 small.smt2
ASSERTION VIOLATION
File: ../src/tactic/tactical.cpp
Line: 113
r1_size > 0
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a
[701] % 
[701] % cat small.smt2
(set-option :sat.local_search true)
(set-option :ackermannization.sat_backend true)
(set-option :sat.xor.solver true)
(set-option :ackermannization.inc_sat_backend true)
(declare-fun a () Bool)
(declare-fun b () Bool)
(assert (xor (xor (xor a (xor a b))) b))
(check-sat-using (then qfufbv_ackr simplify))
[702] %

OS: Ubuntu 18.04
Commit: b686bb6

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