About this project
This single-page demo implements the algorithm described in “Kőnig-Egerváry graphs, 2-bicritical graphs and fractional matchings” by Jean-Marie Bourjolly and William R. Pulleyblank (paper link). The core routine finds a maximum fractional matching while minimising the number of fractional (½) edges.
Author
Roi Sibony
B.Sc. Computer Science
Email: roisi20041@gmail.com
What you can do here
- Paste or generate a graph.
- Preview it instantly.
- Run the algorithm — red edges have weight 1, green = ½, black = 0.
- See a full debug log of every augmentation step.
Made as Research Algorithm Assignment 🙂