mopsolver_api2_shared
Last update: 16.07.2025
Go to the documentation of this file.
24};
35};
46};
59};
DYNARDO_MOPSOLVER_API int dmop2_set_paths_for_custom_interface(const char *_program_path, const char *_python_home, const char *const *_python_paths, unsigned int _num_python_paths, const char *const *_script_paths, unsigned int _num_script_paths, const char *_oop_path)
Definition: mopsolver_dll.cpp:1374
DYNARDO_MOPSOLVER_API const char * dmop2_get_version_str()
Definition: mopsolver_dll.cpp:1354
@ RESP_EXTRAPOLATE
if set, extrapolation is activated
Definition: mopsolver_api2_shared.h:52
@ RESP_GRADIENTS
if set, the gradient values of the response are written to the output array
Definition: mopsolver_api2_shared.h:54
@ RESP_ERRORS
if set, the errors of the response are written to the output array
Definition: mopsolver_api2_shared.h:58
@ RESP_DENSITIES
if set, the density value of the response is written to the output array
Definition: mopsolver_api2_shared.h:56
@ NAME_CRITERIA
if set, the names of the criteria are returned
Definition: mopsolver_api2_shared.h:45
@ NAME_INPUTS
if set, the names of the inputs are returned
Definition: mopsolver_api2_shared.h:41
@ NAME_RESPONSES
if set, the names of the outputs are returned
Definition: mopsolver_api2_shared.h:43
@ SOLVE_DENSITIES
if set, the density values are written to the output array
Definition: mopsolver_api2_shared.h:21
@ SOLVE_ERRORS
if set, the error values (CoP, RMSE, error, absolute error) are written to the output array
Definition: mopsolver_api2_shared.h:23
@ SOLVE_RESPONSES
if set, the response values are written to the output array
Definition: mopsolver_api2_shared.h:17
@ SOLVE_EXTRAPOLATE
if set, extrapolation is activated
Definition: mopsolver_api2_shared.h:15
@ SOLVE_CRITERIA
if set, the criteria values are written to the output array
Definition: mopsolver_api2_shared.h:19
DYNARDO_MOPSOLVER_API const char * dmop2_getLastError()
Definition: mopsolver_dll.cpp:1304
@ DIM_CRITERIA
if set, the number of criteria is written to the output array
Definition: mopsolver_api2_shared.h:34
@ DIM_RESPONSES
if set, the number of responses is written to the output array
Definition: mopsolver_api2_shared.h:32
@ DIM_INPUTS
if set, the number of inputs is written to the output array
Definition: mopsolver_api2_shared.h:30