Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    handler for sin expressions

    Author
    Fabian Wegscheider

    Definition in file expr_trig.h.

    #include "scip/scip.h"
    #include "scip/type_expr.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeExprhdlrSin (SCIP *scip)
     
    SCIP_RETCODE SCIPincludeExprhdlrCos (SCIP *scip)
     
    Sine and Cosine expression

    These expression handlers provide the sine and cosine functions, that is,

    \[ x \mapsto \sin(x) \]

    and

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

    SCIP_RETCODE SCIPcreateExprSin (SCIP *scip, SCIP_EXPR **expr, SCIP_EXPR *child, SCIP_DECL_EXPR_OWNERCREATE((*ownercreate)), void *ownercreatedata)
     
    SCIP_RETCODE SCIPcreateExprCos (SCIP *scip, SCIP_EXPR **expr, SCIP_EXPR *child, SCIP_DECL_EXPR_OWNERCREATE((*ownercreate)), void *ownercreatedata)
     
    SCIP_Bool SCIPisExprSin (SCIP *scip, SCIP_EXPR *expr)
     
    SCIP_Bool SCIPisExprCos (SCIP *scip, SCIP_EXPR *expr)