#include <stdio.h>
Go to the source code of this file.
Functions | |
void * | pdr_get_problem_structure (int Problem_id) |
int | pdr_problem_name (int Problem_id, char *Problem_name) |
int | pdr_ctrl_i_params (int Problem_id, int Num) |
double | pdr_ctrl_d_params (int Problem_id, int Num) |
int | pdr_adapt_i_params (int Problem_id, int Num) |
double | pdr_adapt_d_params (int Problem_id, int Num) |
int | pdr_time_i_params (int Problem_id, int Num) |
double | pdr_time_d_params (int Problem_id, int Num) |
void | pdr_set_time_i_params (int Problem_id, int Num, int Value) |
void | pdr_set_time_d_params (int Problem_id, int Num, double Value) |
int | pdr_lins_i_params (int Problem_id, int Num) |
double | pdr_lins_d_params (int Problem_id, int Num) |
void | pdr_change_data (int Problem_id) |