Skip to content
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

verbose mode not very helpful for nlpsol anymore #1959

Closed
jaeandersson opened this issue Feb 18, 2017 · 2 comments
Closed

verbose mode not very helpful for nlpsol anymore #1959

jaeandersson opened this issue Feb 18, 2017 · 2 comments
Assignees
Milestone

Comments

@jaeandersson
Copy link
Member

A lot of the useful output from the nlpsol initialization appears to have gotten lost in the refactoring.

@jgillis
Copy link
Member

jgillis commented Apr 3, 2018

More missing: colouring information

x = MX.sym("x")

solver = nlpsol("solver","ipopt",{"x":x,"g":x**2},{"verbose":True,"common_options": {"verbose":True}})

@jgillis
Copy link
Member

jgillis commented Sep 29, 2019

Was fixed

@jgillis jgillis closed this as completed Sep 29, 2019
@jgillis jgillis modified the milestones: Version 3.2, Version 3.5 Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants