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
Fatal error: exception Invalid_argument("Invalid term in 'children' at index 0, expected a term associated with the term manager of this solver") or simply a segmentation fault.
The text was updated successfully, but these errors were encountered:
When dealing with a bigger number of formulas a fatal error/seg fault occurs.
For instance, in example
incremental.ml
(https://github.com/formalsec/ocaml-cvc5/blob/main/examples/incremental.ml), if the number of loop iterations is set to a higher number (e.g. 5000 iterations) we get the error:Fatal error: exception Invalid_argument("Invalid term in 'children' at index 0, expected a term associated with the term manager of this solver")
or simply a segmentation fault.The text was updated successfully, but these errors were encountered: