chiark / gitweb /
Update .travis.yml
[nlopt.git] / slsqp /
2016-09-14 Steven G. JohnsonMerge pull request #84 from amroamroamro/patch-1
2016-09-13 Amrominor edits
2016-07-11 Julien SchuellerSwitch to cmake (#49)
2015-04-17 Steven G. Johnsonadd nlopt_get_errmsg(opt) for more informative error...
2015-04-11 Steven G. JohnsonMerge branch 'master' of https://github.com/stevengj...
2015-03-23 Steven G. JohnsonMerge pull request #34 from jpritikin/slsqp
2015-03-20 Joshua Nathaniel... Interpret NaN as a soft feasibility constraint
2015-03-20 Joshua Nathaniel... Merge duplicated code conditional on 'want_grad'
2015-03-20 Joshua Nathaniel... Reindent switch statement
2011-01-13 stevenjadd missing xtol check to SLSQP (which caused an errone...
2011-01-13 stevenjin slsqp make sure that we count only function evals...
2010-08-13 stevenjmax/min macros are already defined(!) by stdlib.h(...
2010-07-15 stevenjfix SLSQP to work with unbounded dimensions
2010-07-13 stevenjclarification of SLSQP name
2010-07-12 stevenjbug fixes to slsqp, now seems to work
2010-07-10 stevenjadded slsqp code (compiles, not yet tested)