coin-or / CppAD

A C++ Algorithmic Differentiation Package: Home Page
https://cppad.readthedocs.io
Other
446 stars 94 forks source link

Tried to set Option: xx. It is not a valid option. Please check the list of available options #135

Closed hujunchao closed 3 months ago

hujunchao commented 2 years ago

Hi, When I use cppad, I meet this problem, can any kind person help me? Thank you! EXIT: Optimal Solution Found. Tried to set Option: print_level. It is not a valid option. Please check the list of available options. tcmalloc: large alloc 1074249728 bytes == 0x4d468000 @ Tried to set Option: sb. It is not a valid option. Please check the list of available options. Tried to set Option: max_iter. It is not a valid option. Please check the list of available options. This is Ipopt version 3.14.4, running with linear solver MUMPS 5.4.1.

bradbell commented 2 years ago

Would you please provide a simple program that uses CppAD an generates this error message.

bradbell commented 2 years ago

@hujunchao Is this still a problem for you ?