GaloisInc / pate

Patches Assured up to Trace Equivalence
Other
14 stars 3 forks source link

add intermediate representation for equality #249

Closed danmatichuk closed 2 years ago

danmatichuk commented 2 years ago

this adds an additional step between converting a domain into an equivalence problem, where a 'StateCondition' roughly captures the collection of equivalence assertions that eventually are flattened into a predicate

fixes #238