usi-verification-and-security / golem

Solver for Constrained Horn Clauses
MIT License
34 stars 7 forks source link

TPA: Merge DAG nested loops #80

Open BritikovKI opened 2 weeks ago

BritikovKI commented 2 weeks ago

This is an implementation of the merging of the nested loops into a single Transition System. It is done via the same approach as the transformation of the whole instance into the single System, but is adapted to only merge loops in the Graph structure into a single node.