Structs§
- Represents the graph of constraints. For each
R1: R2
constraint we create an edgeR1 -> R2
in the graph. - Tracks the “minimum universe” for each SCC, along with some region that caused it to change.
R1: R2
constraint we create
an edge R1 -> R2
in the graph.