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
It would be nice to have more documentation around the enum type. The minimal example given doesn't have any constraints.
Questions I have:
What is the proper way to constraint enums using range or weighted constraints?
How to use enum to constrain other variables (implies, if_else, ect)
What is the purpose of enum_t?
A coworker played with enums for a while, but had trouble getting constraints to work properly so he switched to using rand_bit_t and constraining by enum value instead. I need to get a bug example from him to file, but would love some clarification in the documentation on the intended usage.
The text was updated successfully, but these errors were encountered:
It would be nice to have more documentation around the enum type. The minimal example given doesn't have any constraints.
Questions I have:
A coworker played with enums for a while, but had trouble getting constraints to work properly so he switched to using rand_bit_t and constraining by enum value instead. I need to get a bug example from him to file, but would love some clarification in the documentation on the intended usage.
The text was updated successfully, but these errors were encountered: