Expand description
A struct for managing groups of claims originating from the same layer.
Structsยง
- Claim
Group - Stores a collection of claims and provides an API running claim aggregation algorithms on them. The current implementation introduces up to 3x memory redundancy in order to achieve faster access times. Invariant: All claims are on the same number of variables.