Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    dummy Ipopt NLP interface for the case that Ipopt is not available

    Author
    Stefan Vigerske
    Benjamin Müller

    This code has been separated from nlpi_ipopt.cpp, so the SCIP build system recognizes it as pure C code, thus the linker does not need to be changed to C++.

    Definition in file nlpi_ipopt_dummy.c.

    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)