Split off Hopcroft-Karp graph matching algorithm into its own file
authorAndrew Gierth <[email protected]>
Wed, 13 May 2015 06:07:29 +0000 (07:07 +0100)
committerAndrew Gierth <[email protected]>
Wed, 13 May 2015 06:49:10 +0000 (07:49 +0100)
commit7aca8e0592d7514fe222c9b85a02d5a5db894ec9
tree7b1df81a4c7415d7c91017569f914f4db3c392e7
parentefdc6bb61ee4911b8902d6afe64de8d9d4da8e83
Split off Hopcroft-Karp graph matching algorithm into its own file
(who knows, it might be useful elsewhere) and generalize its
interface a bit.

Conflicts:
src/backend/optimizer/plan/planner.c
src/backend/lib/Makefile
src/backend/lib/bipartite_match.c [new file with mode: 0644]
src/backend/optimizer/plan/planner.c
src/include/lib/bipartite_match.h [new file with mode: 0644]