#include <alpaqa/config/config.hpp>
#include <alpaqa/dl/dl-problem.h>
#include <alpaqa/problem/box-constr-problem.hpp>
#include <alpaqa/problem/sparsity.hpp>
#include <alpaqa/util/demangled-typename.hpp>
#include <memory>
#include <stdexcept>
#include <string>
#include <string_view>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | ExtraFuncs |
struct | ExtraFuncs::FuncTag< Func > |
class | DLProblem |
Class that loads a problem using dlopen . More... | |
class | DLControlProblem |
Class that loads an optimal control problem using dlopen . More... | |
Namespaces | |
namespace | alpaqa |
namespace | alpaqa::dl |
struct alpaqa::dl::ExtraFuncs::FuncTag |