alpaqa develop
Nonconvex constrained optimization
Loading...
Searching...
No Matches
qpalm-json.cpp
Go to the documentation of this file.
3
4namespace alpaqa::params {
5
7
8template <>
9void QPALM_ADAPTER_EXPORT set_param(qpalm::Settings &t, const json &j) {
11}
12template <>
13void QPALM_ADAPTER_EXPORT get_param(const qpalm::Settings &t, json &j) {
15}
16
17} // namespace alpaqa::params
void get_param(const T &, json &j)
Get the first argument as a JSON object j.
Definition json.cpp:253
void get_param_default(const T &t, json &j)
Definition json.tpp:149
void set_param_default(T &t, const json &j)
Definition json.tpp:114
void set_param(T &, const json &j)
Update/overwrite the first argument based on the JSON object j.
Definition json.cpp:249
constexpr const auto inf
Definition config.hpp:112