Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    soc nonlinear handler

    Author
    Benjamin Mueller
    Fabian Wegscheider

    Definition in file nlhdlr_soc.h.

    #include "scip/scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeNlhdlrSoc (SCIP *scip)
     
    SOC nonlinear handler

    This nonlinear handler detects second-order cone constraints in the extended formulation and provides specialized separation functionality.

    SCIP_RETCODE SCIPisSOCNonlinear (SCIP *scip, SCIP_CONS *cons, SCIP_Bool compeigenvalues, SCIP_Bool *success, SCIP_SIDETYPE *sidetype, SCIP_VAR ***vars, SCIP_Real **offsets, SCIP_Real **transcoefs, int **transcoefsidx, int **termbegins, int *nvars, int *nterms)
     
    void SCIPfreeSOCArraysNonlinear (SCIP *scip, SCIP_VAR ***vars, SCIP_Real **offsets, SCIP_Real **transcoefs, int **transcoefsidx, int **termbegins, int nvars, int nterms)