3 #include "nlopt_op.hpp"
12 extern "C" std::unique_ptr<op::NLopt<op::nlopt_index_type>> load_optimizer(
op::Vector<std::vector<double>>& variables,
15 return std::make_unique<op::NLopt<op::nlopt_index_type>>(variables, options);
Abstracted Optimization Vector container.
Options specific for nlopt. They are made to look like ipopt's interface.