Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

Ipopt NLP interface.

Author
Stefan Vigerske
Benjamin Müller

Definition in file nlpi_ipopt.h.

#include "nlpi/type_nlpi.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPcreateNlpSolverIpopt (BMS_BLKMEM *blkmem, SCIP_NLPI **nlpi)
 
SCIP_EXPORT const char * SCIPgetSolverNameIpopt (void)
 
SCIP_EXPORT const char * SCIPgetSolverDescIpopt (void)
 
SCIP_EXPORT SCIP_Bool SCIPisIpoptAvailableIpopt (void)
 
SCIP_EXPORT void * SCIPgetIpoptApplicationPointerIpopt (SCIP_NLPIPROBLEM *nlpiproblem)
 
SCIP_EXPORT void * SCIPgetNlpiOracleIpopt (SCIP_NLPIPROBLEM *nlpiproblem)
 
SCIP_EXPORT void SCIPsetModifiedDefaultSettingsIpopt (SCIP_NLPI *nlpi, const char *optionsstring, SCIP_Bool append)
 
SCIP_EXPORT SCIP_RETCODE LapackDsyev (SCIP_Bool computeeigenvectors, int N, SCIP_Real *a, SCIP_Real *w)
 
SCIP_EXPORT SCIP_RETCODE SCIPsolveLinearProb (int N, SCIP_Real *A, SCIP_Real *b, SCIP_Real *x, SCIP_Bool *success)