Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    exponential expression handler

    Author
    Stefan Vigerske
    Benjamin Mueller

    Definition in file expr_exp.h.

    #include "scip/scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeExprhdlrExp (SCIP *scip)
     
    Exponential value expression

    This expression handler provides the exponential function, that is,

    \[ x \mapsto \exp(x). \]

    SCIP_RETCODE SCIPcreateExprExp (SCIP *scip, SCIP_EXPR **expr, SCIP_EXPR *child, SCIP_DECL_EXPR_OWNERCREATE((*ownercreate)), void *ownercreatedata)
     
    SCIP_Bool SCIPisExprExp (SCIP *scip, SCIP_EXPR *expr)