Java implementation of planarity testing / planar implementation

Is there a free Java implementation of any of the basic planarity testing algorithms ? Boyer-Mirvold, Freysseys-Rosenstein, damn it, even Hopcroft-Taryan. I read newspapers, and they all seem rather complicated, and I would rather skip all the work of implementing them if someone else did.

+3
source share
1 answer

JGraphEd has some flat testing, but I have not used it.

+3
source

Source: https://habr.com/ru/post/1705427/


All Articles