alpaqa 1.0.0a15
Nonconvex constrained optimization
Loading...
Searching...
No Matches
qpalm-json.cpp
Go to the documentation of this file.
3
4namespace alpaqa::params {
5
7
8template void QPALM_ADAPTER_EXPORT set_param(qpalm::Settings &, const json &);
9template void QPALM_ADAPTER_EXPORT get_param(const qpalm::Settings &, json &);
10
11} // namespace alpaqa::params
void get_param(const T &t, json &s)
Get the first argument as a JSON object j.
Definition json.tpp:85
void set_param(T &t, const json &j)
Update/overwrite the first argument based on the JSON object j.
Definition json.tpp:24
constexpr const auto inf
Definition config.hpp:85