You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error on both 4.8.12.0 and a locally-built version of f7a2d08. Both on a Mac M1, MacOS 11.6
Reporting it, as requested =D
ASSERTION VIOLATION
File: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_math_z3/z3/work/z3-z3-4.8.12/src/ast/datatype_decl_plugin.cpp
Line: 1241
UNEXPECTED CODE WAS REACHED.
4.8.12.0
Please file an issue with this message and more detail about how you encountered it at https://github.com/Z3Prover/z3/issues/new
Input code:
(declare-datatype Signal ((A) (B)))
(declare-datatype Mapping ((NoSignal)
(mk-signal (get-signal Signal))))
(declare-const x Signal)
(assert ((_ is get-signal) x))
(check-sat)
The text was updated successfully, but these errors were encountered:
Yep, I realized my mistake but wanted to report the crash. Looks like the fix was straightforward, I'll try digging further myself next time. Thanks for the quick fix and all of your hard work on this great tool!
First, thanks for Z3, it's really great!
I get this error on both 4.8.12.0 and a locally-built version of f7a2d08. Both on a Mac M1, MacOS 11.6
Reporting it, as requested =D
Input code:
The text was updated successfully, but these errors were encountered: