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
Running it with gazer-bmc -trace results in a crash due to an unhandled expression in ExprEvaluator:
Iteration 1
Under-approximating.
Transforming formula...
Running solver...
Elapsed time: 0 s
Under-approximated formula is SAT.
Unhandled expression type in ExprEvaluatorBase
UNREACHABLE executed at /home/gyula/projects/gazer/src/Core/Expr/ExprEvaluator.cpp:48!
The text was updated successfully, but these errors were encountered:
Consider the following program:
Running it with
gazer-bmc -trace
results in a crash due to an unhandled expression inExprEvaluator
:The text was updated successfully, but these errors were encountered: