jamesavery / fullerenes

4 stars 2 forks source link

Make PlanarGraph purely combinatorial #19

Open jamesavery opened 10 months ago

jamesavery commented 10 months ago

Get rid of layout2d as a member of PlanarGraph, as all algorithms now are implemented using the combinatorial orientation instead of calculated from layout2d (which is much less robust).