Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 446 Bytes

Steiner

Compute all conics tangent to five given conics.

Installation

This requires Julia 1.5.

git clone https://github.com/JuliaHomotopyContinuation/Steiner.jl.git steiner
cd steiner
julia --project=. -e 'using Pkg; Pkg.instantiate()'

Start service

julia --project=. -e 'using Steiner; start_server()';

Then you should be able to go to http://localhost:3264 and compute your conics.