Skip to content

ASSERTION VIOLATION, File: ../src/math/polynomial/algebraic_numbers.cpp, Line: 2462 #6871

@zhendongsu

Description

@zhendongsu

Commit: e892904
OS: Ubuntu 22.04

[548] % z3debug small.smt2 
ASSERTION VIOLATION
File: ../src/math/polynomial/algebraic_numbers.cpp
Line: 2462
!nested_call
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a
[549] % cat small.smt2 
(declare-fun a () Real)
(declare-fun b () Real)
(declare-fun c () Real)
(declare-fun d () Real)
(declare-fun e () Real)
(assert (> (* a c c) 0.0))
(assert (<= (* d c) (+ 1.0 (* b d) (* e e d e))))
(assert (< 0.0 c))
(assert (> d 1.0))
(assert (= 0.0 (+ d (* b c a))))
(assert (= 0.0 (+ 1.0 e a)))
(check-sat)

Metadata

Metadata

Assignees

No one assigned

    Labels

    nlsatNon-linear polynomial solver

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions