Functions | |
std::string | get_reg_name_option (std::span< const std::string_view > prob_opts) |
alpaqa::DynamicLoadFlags | get_dl_flags (Options &opts) |
void | load_initial_guess (Options &opts, LoadedProblem &problem) |
void | count_constr (ConstrCount &cnt, const alpaqa::Box< config_t > &C) |
void | count_problem (LoadedProblem &p) |
std::string get_reg_name_option | ( | std::span< const std::string_view > | prob_opts | ) |
Definition at line 33 of file problem.cpp.
alpaqa::DynamicLoadFlags get_dl_flags | ( | Options & | opts | ) |
Definition at line 44 of file problem.cpp.
void load_initial_guess | ( | Options & | opts, |
LoadedProblem & | problem | ||
) |
Definition at line 50 of file problem.cpp.
void count_constr | ( | ConstrCount & | cnt, |
const alpaqa::Box< config_t > & | C | ||
) |
Definition at line 64 of file problem.cpp.
void count_problem | ( | LoadedProblem & | p | ) |
Definition at line 85 of file problem.cpp.