benchmarking code for testing maximum planar subgraph algorithms
Go to file
Richard Wong 8ca09dbf9e
Bug: fixed broken guided traversal. Discovered that guided traversal
rotates the dfs tree.
2024-02-22 10:52:36 +09:00
deferred_planarity_test Bug: fixed broken guided traversal. Discovered that guided traversal 2024-02-22 10:52:36 +09:00
make_graphs Feat: accept gml as input file 2023-09-09 21:29:57 +09:00
make_planar build: added makefile for deferred_planarity_test 2024-02-05 11:02:44 +09:00
.README Feat: accept gml as input file 2023-09-09 21:29:57 +09:00
.gitignore build: added makefile for deferred_planarity_test 2024-02-05 11:02:44 +09:00
README.md Fix: changed logic in modified-postOrderTraversal to match default 2024-02-20 17:00:51 +09:00

README.md

This branch tests the idea of using fuzzing to choose the direction of mutation