Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    constant value expression handler

    Author
    Stefan Vigerske

    Definition in file expr_value.h.

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

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeExprhdlrValue (SCIP *scip)
     
    Constant value expression

    This expression handler handles a constant value. It cannot have children.

    SCIP_RETCODE SCIPcreateExprValue (SCIP *scip, SCIP_EXPR **expr, SCIP_Real value, SCIP_DECL_EXPR_OWNERCREATE((*ownercreate)), void *ownercreatedata)