Functions | |
std::string | get_prefix_option (std::span< const std::string_view > prob_opts) |
void | load_initial_guess (Options &opts, LoadedProblem &problem) |
LoadedProblem | load_dl_problem (const fs::path &full_path, std::span< std::string_view > prob_opts, Options &opts) |
std::string get_prefix_option | ( | std::span< const std::string_view > | prob_opts | ) |
Definition at line 30 of file problem.cpp.
void load_initial_guess | ( | Options & | opts, |
LoadedProblem & | problem | ||
) |
Definition at line 41 of file problem.cpp.
LoadedProblem load_dl_problem | ( | const fs::path & | full_path, |
std::span< std::string_view > | prob_opts, | ||
Options & | opts | ||
) |
Definition at line 55 of file problem.cpp.