nlpi_ipopt.h File Reference
Detailed Description
Ipopt NLP interface.
Definition in file nlpi_ipopt.h.
#include "scip/type_nlpi.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeNlpSolverIpopt (SCIP *scip) |
const char * | SCIPgetSolverNameIpopt (void) |
const char * | SCIPgetSolverDescIpopt (void) |
SCIP_Bool | SCIPisIpoptAvailableIpopt (void) |
void * | SCIPgetNlpiOracleIpopt (SCIP_NLPIPROBLEM *nlpiproblem) |
SCIP_RETCODE | SCIPcallLapackDsyevIpopt (SCIP_Bool computeeigenvectors, int N, SCIP_Real *a, SCIP_Real *w) |
SCIP_RETCODE | SCIPsolveLinearEquationsIpopt (int N, SCIP_Real *A, SCIP_Real *b, SCIP_Real *x, SCIP_Bool *success) |