JuliaHomotopyContinuation / HomotopyContinuation.jl

A Julia package for solving systems of polynomials via homotopy continuation.
https://www.JuliaHomotopyContinuation.org
MIT License
178 stars 30 forks source link

Add tolerance options to SemialgebraicSets solver #488

Closed blegat closed 2 years ago

blegat commented 2 years ago

Supersedes https://github.com/JuliaHomotopyContinuation/HomotopyContinuation.jl/pull/483

blegat commented 2 years ago

The test failures https://github.com/JuliaHomotopyContinuation/HomotopyContinuation.jl/pull/488/checks?check_run_id=3543229372#step:5:1604 seem unrelated.

saschatimme commented 2 years ago

Looks good :) I would be curious whether this works well for larger example since these tolerance in excess solutions are in general very tricky to handle.

PBrdng commented 2 years ago

Thank you @blegat