GMPMPFR
GMPMPFR, also known as the Generalized Minimal Perfect Matching Problem for Planar Graphs, is a variation of the minimal perfect matching problem specifically applied to planar graphs. A perfect matching in a graph is a set of edges where each vertex in the graph is incident to exactly one edge in the set. A minimal perfect matching is a perfect matching with the fewest possible edges. In the context of planar graphs, which are graphs that can be drawn on a plane without any edges crossing, the GMPMPFR seeks to find a perfect matching with the minimum number of edges.
The problem is known to be computationally challenging. While finding a perfect matching in general graphs