Go to the source code of this file.
◆ LoadedProblem
Class Members |
TypeErasedProblem< config_t > |
problem |
|
path |
abs_path |
|
path |
path |
|
string |
name = path.filename().string() |
|
shared_ptr< EvalCounter > |
evaluations = nullptr |
|
vec |
initial_guess_x = vec::Zero(problem.get_n()) |
Unknowns. |
vec |
initial_guess_y = vec::Zero(problem.get_m()) |
Multipliers g. |
vec |
initial_guess_w = alpaqa::null_vec<config_t> |
Multipliers bounds. |
optional< ConstrCount > |
box_constr_count = std::nullopt |
|
optional< ConstrCount > |
general_constr_count = std::nullopt |
|
◆ load_problem()
LoadedProblem load_problem |
( |
std::string_view |
type, |
|
|
const fs::path & |
dir, |
|
|
const fs::path & |
file, |
|
|
Options & |
opts |
|
) |
| |