chiark / gitweb /
Use trusty
[nlopt.git] / api / nlopt-in.hpp
2015-04-17 Steven G. Johnsonadd nlopt_get_errmsg(opt) for more informative error...
2011-05-26 stevenjcopyright year bump
2010-11-20 stevenjrename subspace_dim to vector_storage, since not necess...
2010-11-18 stevenjadd get/set subspace dimension for low-storage quasi...
2010-08-30 stevenjadd missing "inline" keywords to C++ functions so that...
2010-07-06 stevenjfix python mconstraint, change C++ mconstraint to infer...
2010-07-06 stevenjadded mconstraint functions to C++ API
2010-06-17 stevenjguard against multiple inclusion in nlopt.hpp; thanks...
2010-06-12 stevenjcatch and rethrow nlopt exceptions from objective
2010-06-11 stevenjsilence compiler warning
2010-06-05 stevenjreplace free_f_data flag with more general munging...
2010-06-04 stevenjfix shadowed overloading
2010-06-04 stevenjsupport exceptions in SWIG wrappers
2010-06-03 stevenjprovide alternate optimize() method that does not aretu...
2010-06-02 stevenjno way to rethrow last-caught exception outside of...
2010-06-02 stevenjuse memcpy, return inf on exception from objective
2010-06-02 stevenjslight optimization in std::vector<double> wrappers...
2010-06-02 stevenjno need for opt::reinit since we have = operator
2010-06-02 stevenjtake f_data in std::vector-style objective/constraints
2010-06-02 stevenjstreamlined C++ header by using only std::vector and...
2010-05-31 stevenjimprove C++ header exceptions, rename NLOPT_FORCE_STOP...
2010-05-28 stevenjadded nlopt_force_stop termination
2010-04-05 stevenjput a few more functions into the C++ API
2010-04-05 stevenjcatch a vector-size mismatch in C++
2010-04-05 stevenjadd set_max_objective to automate the sign flip for...
2010-04-05 stevenjsome C++ tweaks
2010-04-05 stevenjversion, copyright-year bump
2010-04-05 stevenjchange new API to use unsigned where it makes sense
2010-04-05 stevenjadd C++ style API