You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the ./configure test for libplanarity, we should be testing for
planarity/graph.h instead of planarity/planarity.h:
1. graph.h is what we actually use in src/sage/graphs/planarity.pyx,
2. planarity.h is going away in a future version.
cf. graph-algorithms/edge-addition-planarity-suite#125
0 commit comments