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
This release replaces the internal representation of integers from Java int to BigInteger. Based on some initial benchmarking, this has only a minimal performance penalty, but allows the representation of arbitrary integers (including literals).
This release adds an option ALLASSUMES to the --initprec argument of the CFA tool. This option tracks all predicates in assumptions (e.g., branch/loop conditions) from the beginning. Applicable in the predicate domains.