![]() |
Prev | Next | whats_new_21 |
mu
to the warm_start_struct
.
The improves the warm_start
option
when optimizing the fixed effects.
bash
worked and this broke it's install.
To be specific, export DYLD_LIBRARY_PATH
no longer works
(export works for most shell variables but not others).
The files example_install.sh
and bin/install_ipopt.sh
where changed to adapt to this problem.
In addition, the specific_compiler
setting was added to bin/run_cmake.sh
to make it easier
to build using MacPorts.
quasi_fixed
,
bool_sparsity
, and
A_rcv
.
apt list --installed
to
dpkg-query -l
(to avoid warning).
apt-get list --installed
to apt list --installed
.
This fixes the check for previously installed packages on ubuntu.
trace_struct
.
optimize_fixed
function.
2
to -1
(no limit), the standard ipopt default
for this value.
laplace_obj_hes
test
(introduced on 05-27).
std::exception
to all try blocks,
except for ipopt call back functions.
This should improve detection of system errors; e.g., running
out of memory.
existing
argument was added to
bin/example_install.sh
.
existing
argument was changed to
replace
.
no_print_op
was corrected to no_print_for_op
.
This was a bug and could cause the optimization to abort.
cppad_mixed
library to be static
(on the cygwin system).
external/debug
and external/release
for building the external packages.
external/ASL.git/Mumps.git/Ipopt.git
.
The script bin/install_ipopt.sh
has been fixed so the Ipopt source is in
external/Ipopt.git
and the Mumps source is in external/Mumps.git
.