pub fn get_complexity_mapping() -> EnumMap<RiscvAirId, u64>Expand description
Returns a mapping of RiscvAirId to their associated complexity codes.
This provides the complexity cost for each AIR component in the system.
pub fn get_complexity_mapping() -> EnumMap<RiscvAirId, u64>Returns a mapping of RiscvAirId to their associated complexity codes.
This provides the complexity cost for each AIR component in the system.