SCIP-SDP  3.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
prop_companalcent.c File Reference

compute analytic center propagator More...

Go to the source code of this file.

Macros

#define PROP_NAME   "companalcent"
 
#define PROP_DESC   "computes analytic center and forwards it to SDP relaxation handler"
 
#define PROP_PRIORITY   0
 
#define PROP_FREQ   0
 
#define PROP_DELAY   FALSE
 
#define PROP_TIMING   SCIP_PROPTIMING_AFTERLPLOOP
 

Functions

static SCIP_DECL_PROPEXEC (propExecCompAnalCent)
 
SCIP_RETCODE SCIPincludePropCompAnalCent (SCIP *scip)
 

Detailed Description

compute analytic center propagator

Author
Tristan Gally

Definition in file prop_companalcent.c.

Macro Definition Documentation

#define PROP_NAME   "companalcent"

Definition at line 29 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

#define PROP_DESC   "computes analytic center and forwards it to SDP relaxation handler"

Definition at line 30 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

#define PROP_PRIORITY   0

propagator priority

Definition at line 31 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

#define PROP_FREQ   0

propagator frequency

Definition at line 32 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

#define PROP_DELAY   FALSE

should propagation method be delayed, if other propagators found reductions?

Definition at line 33 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

#define PROP_TIMING   SCIP_PROPTIMING_AFTERLPLOOP

propagation timing mask

Definition at line 34 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

Function Documentation

static SCIP_DECL_PROPEXEC ( propExecCompAnalCent  )
static

execution method of propagator

Definition at line 55 of file prop_companalcent.c.

References SCIPrelaxSdpComputeAnalyticCenters().

SCIP_RETCODE SCIPincludePropCompAnalCent ( SCIP *  scip)

creates the compute analytic center propagator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 73 of file prop_companalcent.c.

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

Referenced by runSCIP().