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

SDP solver success statistics table. More...

Go to the source code of this file.

Macros

#define TABLE_NAME   "sdpsolversuccess"
 
#define TABLE_DESC   "SDP solver success statistics table"
 
#define TABLE_POSITION   16100
 
#define TABLE_EARLIEST_STAGE   SCIP_STAGE_SOLVING
 

Functions

static SCIP_DECL_TABLECOPY (tableCopySdpSolverSuccess)
 
static SCIP_DECL_TABLEFREE (tableFreeSdpSolverSuccess)
 
static SCIP_DECL_TABLEINITSOL (tableInitsolSdpSolverSuccess)
 
static SCIP_DECL_TABLEOUTPUT (tableOutputSdpSolverSuccess)
 
SCIP_RETCODE SCIPincludeTableSdpSolverSuccess (SCIP *scip)
 

Detailed Description

SDP solver success statistics table.

Author
Tristan Gally

Definition in file table_sdpsolversuccess.c.

Macro Definition Documentation

#define TABLE_NAME   "sdpsolversuccess"

Definition at line 48 of file table_sdpsolversuccess.c.

Referenced by SCIPincludeTableSdpSolverSuccess().

#define TABLE_DESC   "SDP solver success statistics table"

Definition at line 49 of file table_sdpsolversuccess.c.

Referenced by SCIPincludeTableSdpSolverSuccess().

#define TABLE_POSITION   16100

the position of the statistics table

Definition at line 50 of file table_sdpsolversuccess.c.

Referenced by SCIPincludeTableSdpSolverSuccess().

#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_sdpsolversuccess.c.

Referenced by SCIPincludeTableSdpSolverSuccess().

Function Documentation

static SCIP_DECL_TABLECOPY ( tableCopySdpSolverSuccess  )
static

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

Definition at line 72 of file table_sdpsolversuccess.c.

References SCIPincludeTableSdpSolverSuccess().

static SCIP_DECL_TABLEFREE ( tableFreeSdpSolverSuccess  )
static

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

Definition at line 85 of file table_sdpsolversuccess.c.

static SCIP_DECL_TABLEINITSOL ( tableInitsolSdpSolverSuccess  )
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_sdpsolversuccess.c.

static SCIP_DECL_TABLEOUTPUT ( tableOutputSdpSolverSuccess  )
static
SCIP_RETCODE SCIPincludeTableSdpSolverSuccess ( SCIP *  scip)

creates the SDP solver success statistics table and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 185 of file table_sdpsolversuccess.c.

References TABLE_DESC, TABLE_EARLIEST_STAGE, TABLE_NAME, and TABLE_POSITION.

Referenced by runSCIP(), and SCIP_DECL_TABLECOPY().