Scippy

    SCIP

    Solving Constraint Integer Programs

    pub_nlp.h File Reference

    Detailed Description

    public methods for NLP management

    Author
    Thorsten Gellermann
    Stefan Vigerske

    Definition in file pub_nlp.h.

    #include <stdio.h>
    #include "scip/def.h"
    #include "scip/type_message.h"
    #include "blockmemshell/memory.h"
    #include "scip/type_set.h"
    #include "scip/type_stat.h"
    #include "scip/type_nlp.h"
    #include "scip/type_var.h"
    #include "scip/type_sol.h"
    #include "scip/type_expr.h"
    #include "scip/type_nlpi.h"

    Go to the source code of this file.

    Functions

    SCIP_Real SCIPnlrowGetConstant (SCIP_NLROW *nlrow)
     
    int SCIPnlrowGetNLinearVars (SCIP_NLROW *nlrow)
     
    SCIP_VAR ** SCIPnlrowGetLinearVars (SCIP_NLROW *nlrow)
     
    SCIP_RealSCIPnlrowGetLinearCoefs (SCIP_NLROW *nlrow)
     
    SCIP_EXPRSCIPnlrowGetExpr (SCIP_NLROW *nlrow)
     
    SCIP_Real SCIPnlrowGetLhs (SCIP_NLROW *nlrow)
     
    SCIP_Real SCIPnlrowGetRhs (SCIP_NLROW *nlrow)
     
    SCIP_EXPRCURV SCIPnlrowGetCurvature (SCIP_NLROW *nlrow)
     
    const char * SCIPnlrowGetName (SCIP_NLROW *nlrow)
     
    int SCIPnlrowGetNLPPos (SCIP_NLROW *nlrow)
     
    SCIP_Bool SCIPnlrowIsInNLP (SCIP_NLROW *nlrow)
     
    SCIP_Real SCIPnlrowGetDualsol (SCIP_NLROW *nlrow)