dummy filterSQP NLP interface for the case that FilterSQP is not available
Definition in file nlpi_filtersqp_dummy.c.
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) |
SCIP_RETCODE SCIPcreateNlpSolverFilterSQP | ( | BMS_BLKMEM * | blkmem, |
SCIP_NLPI ** | nlpi | ||
) |
create solver interface for filterSQP solver
blkmem | block memory data structure |
nlpi | pointer to buffer for nlpi address |
Definition at line 28 of file nlpi_filtersqp_dummy.c.
References BMSallocBlockMemory, NLPI_DESC, NLPI_NAME, NLPI_PRIORITY, SCIP_ALLOC, SCIP_CALL, SCIP_DEFAULT_INFINITY, SCIP_OKAY, and SCIPnlpiCreate().
const char* SCIPgetSolverNameFilterSQP | ( | void | ) |
gets string that identifies filterSQP
Definition at line 41 of file nlpi_filtersqp_dummy.c.
const char* SCIPgetSolverDescFilterSQP | ( | void | ) |
gets string that describes filterSQP
Definition at line 47 of file nlpi_filtersqp_dummy.c.
References NLPI_DESC.
SCIP_Bool SCIPisFilterSQPAvailableFilterSQP | ( | void | ) |
returns whether filterSQP is available, i.e., whether it has been linked in
Definition at line 53 of file nlpi_filtersqp_dummy.c.