algebraic-graphs/scala
Algebraic Graphs in Scala
{ "createdAt": "2017-11-21T01:15:52Z", "defaultBranch": "master", "description": "Algebraic Graphs in Scala", "fullName": "algebraic-graphs/scala", "homepage": null, "language": "Scala", "name": "scala", "pushedAt": "2021-08-13T16:46:15Z", "stargazersCount": 27, "topics": [ "algebra", "graph", "scala" ], "updatedAt": "2025-05-21T19:55:53Z", "url": "https://github.com/algebraic-graphs/scala"}Algebraic Graphs in Scala
Section titled “Algebraic Graphs in Scala”There is only one file of interest at the moment.
This is only an experiment at this point. If you’d like this library to be developed further, please raise an issue.
If you don’t know what algebraic graphs are, have a look at this paper.
Compile
Section titled “Compile”Run sbt and then compile.
Experiment in REPL
Section titled “Experiment in REPL”Run :paste src/main/scala/alga/Graph.scala in scala REPL.
Build docs
Section titled “Build docs”Run scaladoc src/main/scala/alga/Graph.scala, browse alga/Graph.html.