A julia programm for triangulations on closed surfaces and their resulting flip-graphs.
Documentation | Build Status |
---|---|
This package is part of my master's thesis on FlipGraphs. It is still unfinished and in active developpment. If you are not yet familiar with what flip graphs are, I recommend you have a look at Wikipedia, or the documentation for this package.
To install the package, you first need to install Julia. After starting Julia, type the following:
julia> using Pkg
julia> Pkg.add("FlipGraphs")
You can start using the package as follows:
julia> using FlipGraphs
julia> flipgraph_planar(13)
FlipGraphPlanar with 58786 vertices and 293930 edges
If you need help with a function, you can put a question mark in front of it,or have a look at the documentation.