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
CBMC version: 5.10
Operating system: Ubuntu 20.04
Exact command line resulting in the issue: cbmc --fixedbv test.c
What behaviour did you expect: N/A
What happened instead: Unknown option: --fixedbv
Also I would like to know where I can see the models of arithmetic operators on __CPROVER_fixedbv. For example, does CBMC check overflow for arithmetic operators? How are multiplication and division modeled? Does CBMC provide models for trigonometry functions over common fixed-point formats such as __CPROVER_fixedbv[32][16]? If not, how do I provide my own approximated models?