Detailed Description
filterSQP NLP interface
Definition in file nlpi_filtersqp.h.
#include "nlpi/type_nlpi.h"Go to the source code of this file.
Functions | |
| SCIP_RETCODE | SCIPcreateNlpSolverFilterSQP (BMS_BLKMEM *blkmem, SCIP_NLPI **nlpi) |
| const char * | SCIPgetSolverNameFilterSQP (void) |
| const char * | SCIPgetSolverDescFilterSQP (void) |
| SCIP_Bool | SCIPisFilterSQPAvailableFilterSQP (void) |
Function Documentation
◆ SCIPcreateNlpSolverFilterSQP()
| SCIP_RETCODE SCIPcreateNlpSolverFilterSQP | ( | BMS_BLKMEM * | blkmem, |
| SCIP_NLPI ** | nlpi | ||
| ) |
create solver interface for filterSQP solver
create solver interface for FilterSQP solver
- Parameters
-
blkmem block memory data structure nlpi pointer to buffer for nlpi address
Definition at line 2849 of file nlpi_filtersqp.c.
References BMSallocBlockMemory, NLPI_DESC, NLPI_NAME, NLPI_PRIORITY, NULL, SCIP_ALLOC, SCIP_CALL, SCIP_DEFAULT_INFINITY, SCIP_OKAY, and SCIPnlpiCreate().
Referenced by SCIP_DECL_NLPICOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPgetSolverNameFilterSQP()
| const char* SCIPgetSolverNameFilterSQP | ( | void | ) |
gets string that identifies filterSQP
gets string that identifies filterSQP (version number)
Definition at line 2886 of file nlpi_filtersqp.c.
Referenced by SCIPincludeDefaultPlugins().
◆ SCIPgetSolverDescFilterSQP()
| const char* SCIPgetSolverDescFilterSQP | ( | void | ) |
gets string that describes filterSQP
Definition at line 2894 of file nlpi_filtersqp.c.
References NLPI_DESC.
Referenced by SCIPincludeDefaultPlugins().
◆ SCIPisFilterSQPAvailableFilterSQP()
| SCIP_Bool SCIPisFilterSQPAvailableFilterSQP | ( | void | ) |
returns whether filterSQP is available, i.e., whether it has been linked in
Definition at line 2902 of file nlpi_filtersqp.c.
