Skip to content
John M. Boyer edited this page Dec 20, 2024 · 29 revisions

This source code project provides a library for implementing graph algorithms as well as implementations of several planarity-related graph algorithms. The origin of this project is the reference implementation for the Edge Addition Planarity Algorithm, which is now the fastest and simplest linear-time method for planar graph embedding and planarity obstruction isolation (i.e. Kuratowski subgraph isolation). This project includes implementations of:

There has been successful technology transfer into other projects of this project's code or algorithms, including:

For more information, please see the sections below:

1. Project Overview

2. Dev Setup

3. Test Support

Clone this wiki locally