algebraic-solving / AlgebraicSolving.jl

Other
18 stars 10 forks source link

Interval solutions #50

Closed ederc closed 1 month ago

ederc commented 3 months ago

Changes the way to get solutions as intervals:

  1. Removes inter_solutions.
  2. Adds keyword argument interval to real_solutions.

Now one can get solutions represented via intervals by just calling real_solutions(..., interval=true). This removes code duplication from inter_solutions and should be more user friendly.

ederc commented 3 months ago

@rprebet: Any thoughts?