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

Monodromy with predefined tolerance for unique points #478

Closed PBrdng closed 3 years ago

PBrdng commented 3 years ago

Previously, it was not possible to pass tolerance options to unique_points through the monodromy_solve function. The goal of this pull request is to change this.

There is one thing up for discussion: currently, monodromy_solve by default uses the function uniqueness_rtol for setting the relative tolerance. This is a different default than is used by unique_points. Should two functions have different defaults?