File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ PAGMO_DLL_PUBLIC unsigned ipopt_internal_test();
9494 * - *numeric* options (i.e., the type of the option is ``double``).
9595 *
9696 * The full list of options is available on the
97- * <a href="https://www. coin-or.org /Ipopt/documentation/node40 .html">Ipopt website</a>. pagmo::ipopt allows to configure
97+ * <a href="https://coin-or.github.io /Ipopt/OPTIONS .html">Ipopt website</a>. pagmo::ipopt allows to configure
9898 * any Ipopt option via methods such as ipopt::set_string_options(), ipopt::set_string_option(),
9999 * ipopt::set_integer_options(), etc., which need to be used before invoking ipopt::evolve().
100100 *
101101 * If the user does not set any option, pagmo::ipopt will use Ipopt's default values for the options (see the
102- * <a href="https://www. coin-or.org /Ipopt/documentation/node40 .html">documentation</a>), with the following
102+ * <a href="https://coin-or.github.io /Ipopt/OPTIONS .html">documentation</a>), with the following
103103 * modifications:
104104 * - if the ``"print_level"`` integer option is **not** set by the user, it will be set to 0 by pagmo::ipopt (this will
105105 * suppress most screen output produced by the solver - note that we support an alternative form of logging via
You can’t perform that action at this time.
0 commit comments