FlipGraphs.jl

My Master Thesis on Flip Graphs
Author schto223
Popularity
1 Star
Updated Last
5 Months Ago
Started In
March 2024

FlipGraphs

A julia programm for triangulations on closed surfaces and their resulting flip-graphs.

Documentation Build Status
PkgEval codecov

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.

Installation

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.

Used By Packages

No packages found.