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
In response to Z3 hanging, Ranjit and Vivienne recomended I try using CVC5 to see if that just fixes the problem. However, after adding solver="cvc5" to Tock's flux.toml, Flux throws a very opaque ICE:
error: internal compiler error: crates/flux-infer/src/fixpoint_encoding.rs:436:35: failed to run fixpoint: Custom { kind: UnexpectedEof, error: Error("EOF while parsing a value", line: 1, column: 0) }
Any advice on debugging this error would be greatly appreciated.
This ICE can be reproduced by adding solver="cvc5" to flux.tomlintock/, entering tock/kernel, and running cargo flux.
The text was updated successfully, but these errors were encountered:
In response to Z3 hanging, Ranjit and Vivienne recomended I try using CVC5 to see if that just fixes the problem. However, after adding
solver="cvc5"
to Tock'sflux.toml
, Flux throws a very opaque ICE:Any advice on debugging this error would be greatly appreciated.
This ICE can be reproduced by adding
solver="cvc5" to
flux.tomlin
tock/,
enteringtock/kernel
, and runningcargo flux
.The text was updated successfully, but these errors were encountered: