heuristicFromString top-level property

Map<String, Heuristic> heuristicFromString
getter/setter pair

get the heuristic from a string

Implementation

Map<String, Heuristic> heuristicFromString = {
  "Scanline": Heuristic.scanline,
  "Entropy": Heuristic.entropy,
  "MRV": Heuristic.mrv,
};