A java implementation of DMP planarity test algorithm. Repository contents:
- docs: A folder with a document explaining the motivation behind this project and the theoretical basis of it.
- jar: A folder with the jar and some test cases. Run with java -jar.
- src: A folder with the source code of the project