-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LapackGPUSolver goes into feasibility restoration when LapackCPUSolver does not #205
Comments
@dlcole3 could you also share the error message? |
Error message:
|
Thanks for reporting @dlcole3. We'll look into it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get an error in the attached script because the solver is trying to perform feasibility restoration. If I change the tolerance to 1e-6, there is no error. If I run the equivalent problem on the CPU using
LapackCPUSolver
andMadNLP.InteriorPointSolver
instead ofLapackGPUSolver
andMadNLPGPU.CuInteriorPointSolver
, then the problem solves fine and does not try to perform a feasibility restoration.The text was updated successfully, but these errors were encountered: