Scippy

    SCIP

    Solving Constraint Integer Programs

    pub_nlpi.h File Reference

    Detailed Description

    public methods for NLP solver interfaces

    Author
    Thorsten Gellermann
    Stefan Vigerske

    Definition in file pub_nlpi.h.

    #include "scip/def.h"
    #include "scip/type_nlpi.h"
    #include "scip/type_misc.h"

    Go to the source code of this file.

    Functions

     SCIP_DECL_SORTPTRCOMP (SCIPnlpiComp)
     
    SCIP_NLPIDATASCIPnlpiGetData (SCIP_NLPI *nlpi)
     
    const char * SCIPnlpiGetName (SCIP_NLPI *nlpi)
     
    const char * SCIPnlpiGetDesc (SCIP_NLPI *nlpi)
     
    int SCIPnlpiGetPriority (SCIP_NLPI *nlpi)
     
    Statistics
    int SCIPnlpiGetNProblems (SCIP_NLPI *nlpi)
     
    SCIP_Real SCIPnlpiGetProblemTime (SCIP_NLPI *nlpi)
     
    int SCIPnlpiGetNSolves (SCIP_NLPI *nlpi)
     
    SCIP_Real SCIPnlpiGetSolveTime (SCIP_NLPI *nlpi)
     
    SCIP_Real SCIPnlpiGetEvalTime (SCIP_NLPI *nlpi)
     
    SCIP_Longint SCIPnlpiGetNIterations (SCIP_NLPI *nlpi)
     
    int SCIPnlpiGetNTermStat (SCIP_NLPI *nlpi, SCIP_NLPTERMSTAT termstatus)
     
    int SCIPnlpiGetNSolStat (SCIP_NLPI *nlpi, SCIP_NLPSOLSTAT solstatus)
     
    void SCIPnlpiMergeStatistics (SCIP_NLPI *targetnlpi, SCIP_NLPI *sourcenlpi, SCIP_Bool reset)