Closed rainoftime closed 5 months ago
Fixed. It now reports:
success
success
success
(error "test.smt2:4:20: Function p1 is already defined.")
success
success
success
(error "test.smt2:8:23: Builtin function p1 does not support argument sorts ((t2 Int))")
(error "test.smt2:9:14: Unknown function symbol s4.")
sat
I think using the same selector name in two different datatypes is not allowed by the standard.
cvc5 also complains, strangely with Cannot find unambiguous overloaded function for argument types
and it doesn't complain about the doubly defined selector.
Hi, for the following formula,
smtinterpol commit cb90e7441