SCIP-SDP  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
prop_sdpredcost.h File Reference

reduced cost fixing for SDPs More...

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludePropSdpredcost (SCIP *scip)
 

Detailed Description

reduced cost fixing for SDPs

Author
Tristan Gally

Definition in file prop_sdpredcost.h.

Function Documentation

SCIP_RETCODE SCIPincludePropSdpredcost ( SCIP *  scip)

creates the Sdpredcost propagator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 355 of file prop_sdpredcost.c.

References DEFAULT_SDPRCBIN, DEFAULT_SDPRCINTCONT, PROP_DELAY, PROP_DESC, PROP_FREQ, PROP_NAME, PROP_PRIORITY, and PROP_TIMING.

Referenced by runSCIP(), and SCIP_DECL_PROPCOPY().