|
PIPS-NLP
|
#include <parallelPipsNlp_C_Callback.h>
Public Attributes | |
| MPI_Comm | comm |
| int | nscen |
| str_init_x0_cb | init_x0 |
| str_prob_info_cb | prob_info |
| str_eval_f_cb | eval_f |
| str_eval_g_cb | eval_g |
| str_eval_grad_f_cb | eval_grad_f |
| str_eval_jac_g_cb | eval_jac_g |
| str_eval_h_cb | eval_h |
| str_write_solution_cb | write_solution |
| UserDataPtr | userdata |
| double | objective |
| int | nvars |
| int | ncons |
| MPI_Comm PipsNlpProblemStruct::comm |
| str_eval_f_cb PipsNlpProblemStruct::eval_f |
| str_eval_g_cb PipsNlpProblemStruct::eval_g |
| str_eval_grad_f_cb PipsNlpProblemStruct::eval_grad_f |
| str_eval_h_cb PipsNlpProblemStruct::eval_h |
| str_eval_jac_g_cb PipsNlpProblemStruct::eval_jac_g |
| str_init_x0_cb PipsNlpProblemStruct::init_x0 |
| int PipsNlpProblemStruct::ncons |
| int PipsNlpProblemStruct::nscen |
| int PipsNlpProblemStruct::nvars |
| double PipsNlpProblemStruct::objective |
| str_prob_info_cb PipsNlpProblemStruct::prob_info |
| UserDataPtr PipsNlpProblemStruct::userdata |
| str_write_solution_cb PipsNlpProblemStruct::write_solution |
1.8.11