deficiency (323B)
1 # Deficiency 2 3 https://en.wikipedia.org/wiki/Deficiency_(graph_theory) 4 5 on [graph] and [graph_bipartite] 6 7 weighted variant: https://cstheory.stackexchange.com/questions/54787/can-you-compute-in-ptime-a-weighted-version-of-deficiency-on-a-bipartite-graph/54788 8 9 Up: [graph] 10 11 See also: [project_selection_problem], [matching]