SCIP-SDP  4.0.0
Macros | Functions
table_relaxsdp.c File Reference

advanced SDP relaxator statistics table More...

Go to the source code of this file.

Macros

#define TABLE_NAME   "relaxsdp"
 
#define TABLE_DESC   "advanced SDP relaxator statistics table"
 
#define TABLE_ACTIVE   TRUE
 
#define TABLE_POSITION   17100
 
#define TABLE_EARLIEST_STAGE   SCIP_STAGE_SOLVING
 

Functions

static SCIP_DECL_TABLECOPY (tableCopyRelaxSdp)
 
static SCIP_DECL_TABLEFREE (tableFreeRelaxSdp)
 
static SCIP_DECL_TABLEINITSOL (tableInitsolRelaxSdp)
 
static SCIP_DECL_TABLEOUTPUT (tableOutputRelaxSdp)
 
SCIP_RETCODE SCIPincludeTableRelaxSdp (SCIP *scip)
 

Detailed Description

advanced SDP relaxator statistics table

Author
Tristan Gally
Marc Pfetsch

Definition in file table_relaxsdp.c.

Macro Definition Documentation

#define TABLE_NAME   "relaxsdp"

Definition at line 47 of file table_relaxsdp.c.

Referenced by SCIPincludeTableRelaxSdp().

#define TABLE_DESC   "advanced SDP relaxator statistics table"

Definition at line 48 of file table_relaxsdp.c.

Referenced by SCIPincludeTableRelaxSdp().

#define TABLE_ACTIVE   TRUE

Definition at line 49 of file table_relaxsdp.c.

Referenced by SCIPincludeTableRelaxSdp().

#define TABLE_POSITION   17100

the position of the statistics table

Definition at line 50 of file table_relaxsdp.c.

Referenced by SCIPincludeTableRelaxSdp().

#define TABLE_EARLIEST_STAGE   SCIP_STAGE_SOLVING

output of the statistics table is only printed from this stage onwards

Definition at line 51 of file table_relaxsdp.c.

Referenced by SCIPincludeTableRelaxSdp().

Function Documentation

static SCIP_DECL_TABLECOPY ( tableCopyRelaxSdp  )
static

copy method for statistics table plugins (called when SCIP copies plugins)

Definition at line 72 of file table_relaxsdp.c.

References SCIPincludeTableRelaxSdp().

static SCIP_DECL_TABLEFREE ( tableFreeRelaxSdp  )
static

destructor of statistics table to free user data (called when SCIP is exiting)

Definition at line 85 of file table_relaxsdp.c.

static SCIP_DECL_TABLEINITSOL ( tableInitsolRelaxSdp  )
static

solving process initialization method of statistics table (called when branch and bound process is about to begin)

Definition at line 103 of file table_relaxsdp.c.

static SCIP_DECL_TABLEOUTPUT ( tableOutputRelaxSdp  )
static
SCIP_RETCODE SCIPincludeTableRelaxSdp ( SCIP *  scip)

creates the advanced SDP relaxator statistics table and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 219 of file table_relaxsdp.c.

References TABLE_ACTIVE, TABLE_DESC, TABLE_EARLIEST_STAGE, TABLE_NAME, and TABLE_POSITION.

Referenced by SCIP_DECL_TABLECOPY(), and SCIPSDPincludeDefaultPlugins().