My work focus on the conception of algorithms on combinatorial surfaces for dynamics and geometry.
I am using the language Sage and more precisely the flatsurf libraries. You may find my work on my github.
Projects
- Enumeration of saddle connections : (work in progress) in this project, i implement a way to enumerate saddle connections by using the iso-Delaunay complex introduced by Bowman.
- Detection of bigons and maps generation : (work in progress) the goal of this project is to detect bigons in a system of curves on an orientable surface
- Iterative versions of functions on trees : i implemented functions to interact with trees in SageMath without recursion. It has been added to Sage through this pull request.