graph

2022-04-01

simple library for building and manipulating graphs

Upstream URL

github.com/eschulte/graph

Author

Eric Schulte <schulte.eric@gmail.com>, Thomas Dye

License

MIT
README
GRAPH - simple graph data structure and algorithms The GRAPH library strives for simplicity both in backing data structures and in usage. Graphs and Digraphs are represented as CLOS objects with methods and algorithms provided for graph manipulation and analysis. Note: currently this library is only supported on SBCL, Clozure CL, and Allegro CL because of the need to create hashes with custom equality tests, however custom equality tests are commonly supported so extending to other lisps should be simple. Patches welcome. For more information see http://eschulte.github.com/graph.

Dependencies (10)

  • alexandria
  • asdf-package-system
  • check-it
  • cl-ppcre
  • curry-compose-reader-macros
  • damn-fast-priority-queue
  • metabang-bind
  • named-readtables
  • stefil
  • yason
  • GitHub
  • Quicklisp