You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks reasonable to me. I'm glad you find it useful!
One small thing I noticed - I'm not sure why you try to detect the special cases yourself in diophantinePolynomial. QuadraticSolver.solve already defers to ParabolicSolver where appropriate.
Use the diophantine solvers from this library:
in the
FindInstance
functionEnable:
ToggleFeature.SOLVE_DIOPHANTINE = true
to test the experimental implementation.@Mangara: maybe you can help verifying the implementation?
The text was updated successfully, but these errors were encountered: