get the heuristic from a string
Map<String, Heuristic> heuristicFromString = { "Scanline": Heuristic.scanline, "Entropy": Heuristic.entropy, "MRV": Heuristic.mrv, };