Open rainoftime opened 4 years ago
Involves experimental option ite-simp
.
I encountered this issue with a simpler formula
(set-option :ite-simp true)
(set-option :sygus-inference true)
(declare-fun a () Real)
(declare-fun b () Real)
(declare-fun c () Bool)
(assert (= b (ite (= (ite c 4 0) 4) 20 0)))
(check-sat)
Commit: 160a3f5
Hi, For this formula: ite_utilities1280.txt
CVC4 incremenal mode throws out a fatal failure:
OS: Ubuntu 16.04 Commit: a0b35a8