ablondin / discrete-geometry-in-sage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discrete Geometry in Sage

This repository contains material to help design a discrete geometry library in Sage

YAUML

A script for generating UML diagrams from YAML files has been included.

Dependencies

To run the script, the following softwares are needed :

Usage

See file diagramme.yaml to see an example of YAML syntax to be used for specifying UML relations.

Then run:

make

You should obtain the following figure:

UML diagram

UML diagram of classes of the digital geometry library

Currently, only inheritance and meronymy (is-part-of) relations are supported

About


Languages

Language:Python 66.3%Language:Graphviz (DOT) 33.7%