Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Debug branch: Soundness bug with nonlinear integer arithmetic and uninterpreted function #3270

@wintered

Description

@wintered

Hi, on this formula

(declare-const a Int)
(declare-fun b (Int) Int) 
(assert (and  (= (* a a) (b a) 1) (= (b 1)  (b (- 1)) 0))) 
(check-sat) 

OS: Ubuntu 18.04
Commit: a02d3e9

Metadata

Metadata

Assignees

Labels

DebugDebug branch issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions