runtimeverification / haskell-backend

The symbolic execution engine powering the K Framework
BSD 3-Clause "New" or "Revised" License
208 stars 41 forks source link

Collect #Ceil conditions introduced by equations with partial functions #3780

Open jberthold opened 5 months ago

jberthold commented 5 months ago

While runtimeverification/haskell-backend#3779 is concerned with rewrite rules (and relatively straightforward), collecting #Ceil conditions introduced by simplifications and function-defining equations is complex because of

This extension is expected to considerably reduce the fall-back cases because many more simplifications can be applied.

jberthold commented 5 months ago

See off-site notes for a longer elaboration of this topic