nlpi_ipopt.h
Go to the documentation of this file.
23 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 55 /** gives a pointer to the IpoptApplication object stored in Ipopt-NLPI's NLPI problem data structure */ 61 /** gives a pointer to the NLPIORACLE object stored in Ipopt-NLPI's NLPI problem data structure */ 83 SCIP_Real* a, /**< matrix data on input (size N*N); eigenvectors on output if computeeigenvectors == TRUE */ 89 * Calls Lapacks IpLapackDgetrf routine to calculate a LU factorization and uses this factorization to solve SCIP_RETCODE SCIPsolveLinearProb(int N, SCIP_Real *A, SCIP_Real *b, SCIP_Real *x, SCIP_Bool *success) void * SCIPgetIpoptApplicationPointerIpopt(SCIP_NLPIPROBLEM *nlpiproblem) const char * SCIPgetSolverDescIpopt(void) const char * SCIPgetSolverNameIpopt(void) SCIP_Bool SCIPisIpoptAvailableIpopt(void) SCIP_RETCODE LapackDsyev(SCIP_Bool computeeigenvectors, int N, SCIP_Real *a, SCIP_Real *w) void * SCIPgetNlpiOracleIpopt(SCIP_NLPIPROBLEM *nlpiproblem) void SCIPsetModifiedDefaultSettingsIpopt(SCIP_NLPI *nlpi, const char *optionsstring) SCIP_RETCODE SCIPcreateNlpSolverIpopt(BMS_BLKMEM *blkmem, SCIP_NLPI **nlpi) type definitions for specific NLP solver interfaces |