- eqs : list omega.term
- les : list omega.term
- ees : list omega.ee
The state of equality elimination proof search. eqs
is the list of
equality constraints, and each t ∈ eqs
represents the constraint 0 = t
.
Similarly, les
is the list of inequality constraints, and each t ∈ eqs
represents the constraint 0 < t
. ees
is the sequence of equality
elimination steps that have been used so far to obtain the current set of
constraints. The list ees
grows over time until eqs
becomes empty.
Instances for omega.ee_state
- omega.ee_state.has_sizeof_inst
- omega.ee_state.inhabited