listCoefficients top-level constant

Map<TypeIdentification, List<int>> const listCoefficients

Implementation

const Map<TypeIdentification, List<int>> listCoefficients = {
  TypeIdentification.rucSocietyPrivate: [4, 3, 2, 7, 6, 5, 4, 3, 2],
  TypeIdentification.rucPublicSociety: [3, 2, 7, 6, 5, 4, 3, 2],
};