Skip to content

Refutational soundness bug on QF_SLIA formula #5117

@wintered

Description

@wintered

Commit: bf692a5

$z3release bug.smt2                             
unsat
(error "line 5 column 10: model is not available")
$z3release proof=true bug.smt2                  
unsat
(error "line 5 column 10: model is not available")
$cvc4 -q --strings-exp --produce-models bug.smt2
sat
(
(define-fun a () String "aarr")
)
$cat bug.smt2                             
(declare-fun a () String)
(assert (str.< a "ar"))
(assert (str.prefixof "ar" (str.replace a "ar" "")))
(check-sat)
(get-model)
$z3release feed_model.smt2                      
sat
(
  (define-fun a () String
    "aarr")
)

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