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
Is your feature request related to a problem? Please describe.
Currently, we only have support for KLEE as a symbolic engine, the issue is that it contains a limitation for floating numbers. Crucible supports enconding for floats, has support for SV-COMP notation and it's API contains all that is needed for a Generator.
Describe the solution you'd like
Implement a NonDetGeneratorCrucible and compare it with KLEE specially for floats.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, we only have support for KLEE as a symbolic engine, the issue is that it contains a limitation for floating numbers. Crucible supports enconding for
floats
, has support for SV-COMP notation and it's API contains all that is needed for a Generator.Describe the solution you'd like
Implement a
NonDetGeneratorCrucible
and compare it with KLEE specially for floats.The text was updated successfully, but these errors were encountered: