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
Once our core solvers are pointed to our binary search solvers (#1341), we should delete any use or implementation of our original solvers. This should leave us with the implementation we use (binary search) and a direct solver (the simplified solvers from #2696 and #2730).
Suggested Design
Ensure all uses of our old manual solvers are removed from our codebase
Acceptance Criteria
All stableswap tests pass
The text was updated successfully, but these errors were encountered:
Background
Once our core solvers are pointed to our binary search solvers (#1341), we should delete any use or implementation of our original solvers. This should leave us with the implementation we use (binary search) and a direct solver (the simplified solvers from #2696 and #2730).
Suggested Design
Acceptance Criteria
The text was updated successfully, but these errors were encountered: