4

Is there a free Java implementation of any of the major planarity testing algorithms? Boyer-Myrvold, de Fraysseix-Rosenstiehl, heck, even Hopcroft-Tarjan. I've been reading the papers and they all seem fairly complex, and I'd rather skip all the work of implementing them myself if someone else has already done so.

Amanda S
  • 3,266
  • 4
  • 33
  • 45

1 Answers1

3

JGraphEd has some planarity testing but I haven't used it.

serg
  • 109,619
  • 77
  • 317
  • 330