#include <alpaqa/export.h>
#include <alpaqa/params/params.hpp>
#include <alpaqa/params/vec-from-file.hpp>
#include <alpaqa/problem/problem-with-counters.hpp>
#include <alpaqa/problem/type-erased-problem.hpp>
#include <guanaqo/dl-flags.hpp>
#include <filesystem>
#include <mutex>
#include <optional>
#include <span>
#include <stdexcept>
#include <string>
#include "options.hpp"
#include "problem.hpp"
Go to the source code of this file.
◆ load_problem()
LoadedProblem load_problem |
( |
std::string_view | type, |
|
|
const fs::path & | dir, |
|
|
const fs::path & | file, |
|
|
Options & | opts ) |