Struct SubnetMetadata

Struct Documentation

struct SubnetMetadata

Public Members

container::vector<size_t> meta_ids

meta_ids[n] is the canonical-subnet id of subset n, or numeric_limits<size_t>::max() for subsets with popcount < 2.

container::vector<double> unique_meta_costs

Cost of evaluating one representative of each canonical subnet id, indexed by id. Populated lazily during the DP.