SCIP-SDP  3.2.0
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 46 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

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

Definition at line 47 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

#define PROP_PRIORITY   0

propagator priority

Definition at line 48 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

#define PROP_FREQ   0

propagator frequency

Definition at line 49 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 50 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

#define PROP_TIMING   SCIP_PROPTIMING_AFTERLPLOOP

propagation timing mask

Definition at line 51 of file prop_companalcent.c.

Referenced by SCIPincludePropCompAnalCent().

Function Documentation

static SCIP_DECL_PROPEXEC ( propExecCompAnalCent  )
static

execution method of propagator

Definition at line 72 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 90 of file prop_companalcent.c.

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

Referenced by SCIPSDPincludeDefaultPlugins().