1#include <alpaqa/ipopt-adapter-export.h>
3#include <nlohmann/json.hpp>
5#include <IpIpoptApplication.hpp>
13 "JSON parameters for Ipopt are currently unsupported");
void get_param(const T &t, json &s)
Get the first argument as a JSON object j.
void set_param(T &t, const json &j)
Update/overwrite the first argument based on the JSON object j.
Custom parameter parsing exception.