SCIP-SDP  3.2.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_POSITION   16000
 
#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

Definition in file table_relaxsdp.c.

Macro Definition Documentation

#define TABLE_NAME   "relaxsdp"

Definition at line 46 of file table_relaxsdp.c.

Referenced by SCIPincludeTableRelaxSdp().

#define TABLE_DESC   "advanced SDP relaxator statistics table"

Definition at line 47 of file table_relaxsdp.c.

Referenced by SCIPincludeTableRelaxSdp().

#define TABLE_POSITION   16000

the position of the statistics table

Definition at line 48 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 49 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 69 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 82 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 100 of file table_relaxsdp.c.

static SCIP_DECL_TABLEOUTPUT ( tableOutputRelaxSdp  )
static

output method of statistics table to output file stream 'file'

Definition at line 117 of file table_relaxsdp.c.

References SCIPrelaxSdpGetNIterations(), and SCIPrelaxSdpGetNSdpCalls().

SCIP_RETCODE SCIPincludeTableRelaxSdp ( SCIP *  scip)

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

Parameters
scipSCIP data structure

Definition at line 154 of file table_relaxsdp.c.

References TABLE_DESC, TABLE_EARLIEST_STAGE, TABLE_NAME, and TABLE_POSITION.

Referenced by SCIP_DECL_TABLECOPY(), and SCIPSDPincludeDefaultPlugins().