34#ifndef __SCIP_NLPI_IPOPT_H__
35#define __SCIP_NLPI_IPOPT_H__
81 SCIP_Bool computeeigenvectors,
SCIP_RETCODE SCIPincludeNlpSolverIpopt(SCIP *scip)
const char * SCIPgetSolverNameIpopt(void)
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)
void * SCIPgetNlpiOracleIpopt(SCIP_NLPIPROBLEM *nlpiproblem)
SCIP_Bool SCIPisIpoptAvailableIpopt(void)
const char * SCIPgetSolverDescIpopt(void)
type definitions for NLP solver interfaces
enum SCIP_Retcode SCIP_RETCODE