Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 2.07 KB

README.md

File metadata and controls

41 lines (27 loc) · 2.07 KB

EllipsoidalGraphEmbedding.jl

Stable Dev Build Status

Documentation

This is the code associated with the manuscript Ellipsoidal Embedding of graphs by Michaël Fanuel , Antoine Aspeel, Michael Schaub and Jean-Charles Delvenne.

Install Julia

If you do not have Julia installed, please visit julialang.org

Installation

EllipsoidalGraphEmbedding.jl is not registered. The way to use it is to type

julia> ]add https://github.com/mrfanuel/EllipsoidalGraphEmbedding.jl

Jupyter notebooks for reproducing the paper figures

You can execute the Jupyter notebooks to generate the paper figures.

Usage

To use the functions of this module, simply type

julia> using EllipsoidalGraphEmbedding