#include <interop/dl-api/include/alpaqa/dl/dl-problem.h>
Definition at line 160 of file dl-problem.h.
Public Attributes | |
void * | instance |
Owning pointer. | |
alpaqa_problem_functions_t * | functions |
Non-owning pointer, lifetime at least as long as instance. | |
void(* | cleanup )(void *) |
Pointer to the function to clean up instance. | |
alpaqa_function_dict_t * | extra_functions |
Pointer to a map of extra functions (C++ only). | |
void* instance |
alpaqa_problem_functions_t* functions |
Non-owning pointer, lifetime at least as long as instance.
Definition at line 164 of file dl-problem.h.
void(* cleanup) (void *) |
Pointer to the function to clean up instance.
Definition at line 166 of file dl-problem.h.
alpaqa_function_dict_t* extra_functions |
Pointer to a map of extra functions (C++ only).
Definition at line 168 of file dl-problem.h.