JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
129 stars 26 forks source link

Do not export Contractor #128

Closed dpsanders closed 1 year ago

dpsanders commented 5 years ago

We should not export Contractor from this package; it's more important to export it from IntervalConstraintProgramming.

In the future this should be cleaned up (since Contractor in ICP is a specific one, whereas here it's correctly abstract).

Kolaru commented 1 year ago

Fixed in #188