Validation of the user provided settings and data.
The assumptions on the settings can be found in the details of the QPALMSettings tab in data structures.
Definition in file validate.h.
#include "types.h"
Go to the source code of this file.
Functions | |
c_int | validate_data (const QPALMData *data) |
Validate problem data. More... | |
c_int | validate_settings (const QPALMSettings *settings) |
Validate problem settings. More... | |
Validate problem data.
Checks whether the upper bounds are always greater than or equal to the lower bounds. Dimension checking of the data matrices and vectors is assumed to be done by the wrappers and interfaces.
data | Data to be validated |
Definition at line 18 of file validate.c.
c_int validate_settings | ( | const QPALMSettings * | settings | ) |
Validate problem settings.
Checks the assumptions on all settings. The assumptions can be found in the details of the QPALMSettings tab in data structures.
settings | Settings to be validated |
Definition at line 43 of file validate.c.