Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

methods to include specific expression handlers into SCIP

This module contains methods to include specific expression handlers into SCIP.

Note
All default plugins can be included at once (including all default expression handlers) using SCIPincludeDefaultPlugins()

Functions

SCIP_RETCODE SCIPincludeExprhdlrAbs (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrEntropy (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrExp (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrLog (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrPow (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrSignpower (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrProduct (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrSum (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrSin (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrCos (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrValue (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrVar (SCIP *scip)
 
SCIP_RETCODE SCIPincludeExprhdlrVaridx (SCIP *scip)
 

Function Documentation

◆ SCIPincludeExprhdlrAbs()

◆ SCIPincludeExprhdlrEntropy()

◆ SCIPincludeExprhdlrExp()

◆ SCIPincludeExprhdlrLog()

◆ SCIPincludeExprhdlrPow()

◆ SCIPincludeExprhdlrSignpower()

◆ SCIPincludeExprhdlrProduct()

◆ SCIPincludeExprhdlrSum()

◆ SCIPincludeExprhdlrSin()

◆ SCIPincludeExprhdlrCos()

SCIP_RETCODE SCIPincludeExprhdlrCos ( SCIP scip)

◆ SCIPincludeExprhdlrValue()

◆ SCIPincludeExprhdlrVar()

◆ SCIPincludeExprhdlrVaridx()

SCIP_RETCODE SCIPincludeExprhdlrVaridx ( SCIP scip)