From fe3868c86db6f98feb2a29525097ba748591d84c Mon Sep 17 00:00:00 2001 From: Stefan Vigerske Date: Mon, 10 Oct 2022 11:51:57 +0200 Subject: [PATCH] set release date --- ChangeLog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 2e05c3a23..3c1991c92 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,10 +7,10 @@ More detailed information about incremental changes can be found in the ## 3.14 -### 3.14.10 (2022-xx-yy) +### 3.14.10 (2022-10-11) -- Added option grad_f_constant to specify that objective function is linear. - If set, the gradient of the objective will be requested by NLP only once. [#597] +- Added option `grad_f_constant` to specify that objective function is linear. + If set, the gradient of the objective will be requested by Ipopt only once. [#597] - Added `OrigIpoptNLP::orig_d_L()` and `OrigIpoptNLP::orig_d_U()` to get original constraint sides (before relaxation due to bound_relax_factor > 0). - `TNLP::get_curr_violations()` now returns the constraint violation and