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

Column to display the percentage of SDP-relaxations that could not be solved even using a penalty formulation. More...

Go to the source code of this file.

Macros

#define DISP_NAME   "sdpunsolved"
 
#define DISP_DESC   "percentage of unsolved SDPs"
 
#define DISP_HEADER   "SDP uns"
 
#define DISP_WIDTH   8
 
#define DISP_PRIORITY   40000
 
#define DISP_POSITION   1475
 
#define DISP_STRIPLINE   TRUE
 

Functions

static SCIP_DECL_DISPCOPY (dispCopySdpunsolved)
 
static SCIP_DECL_DISPFREE (dispFreeSdpunsolved)
 
static SCIP_DECL_DISPINITSOL (dispInitsolSdpunsolved)
 
static SCIP_DECL_DISPOUTPUT (dispOutputSdpunsolved)
 
SCIP_RETCODE SCIPincludeDispSdpunsolved (SCIP *scip)
 

Detailed Description

Column to display the percentage of SDP-relaxations that could not be solved even using a penalty formulation.

Author
Tristan Gally

Definition in file disp_sdpunsolved.c.

Macro Definition Documentation

#define DISP_NAME   "sdpunsolved"

Definition at line 48 of file disp_sdpunsolved.c.

Referenced by SCIPincludeDispSdpunsolved().

#define DISP_DESC   "percentage of unsolved SDPs"

Definition at line 49 of file disp_sdpunsolved.c.

Referenced by SCIPincludeDispSdpunsolved().

#define DISP_HEADER   "SDP uns"

Definition at line 50 of file disp_sdpunsolved.c.

Referenced by SCIPincludeDispSdpunsolved().

#define DISP_WIDTH   8

the width of the display column

Definition at line 51 of file disp_sdpunsolved.c.

Referenced by SCIPincludeDispSdpunsolved().

#define DISP_PRIORITY   40000

the priority of the display column

Definition at line 52 of file disp_sdpunsolved.c.

Referenced by SCIPincludeDispSdpunsolved().

#define DISP_POSITION   1475

the relative position of the display column

Definition at line 53 of file disp_sdpunsolved.c.

Referenced by SCIPincludeDispSdpunsolved().

#define DISP_STRIPLINE   TRUE

default for displaying column separated with a line from its right neighbor

Definition at line 54 of file disp_sdpunsolved.c.

Referenced by SCIPincludeDispSdpunsolved().

Function Documentation

static SCIP_DECL_DISPCOPY ( dispCopySdpunsolved  )
static

copy method for dialog plugins (called when SCIP copies plugins)

Definition at line 77 of file disp_sdpunsolved.c.

References SCIPincludeDispSdpunsolved().

static SCIP_DECL_DISPFREE ( dispFreeSdpunsolved  )
static

destructor of display column to free user data (called when SCIP is exiting)

Definition at line 90 of file disp_sdpunsolved.c.

static SCIP_DECL_DISPINITSOL ( dispInitsolSdpunsolved  )
static

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

Definition at line 107 of file disp_sdpunsolved.c.

static SCIP_DECL_DISPOUTPUT ( dispOutputSdpunsolved  )
static

output method of display column to output file stream 'file'

Definition at line 123 of file disp_sdpunsolved.c.

References SCIPrelaxSdpGetNSdpCalls(), and SCIPrelaxSdpGetNSdpUnsolved().

SCIP_RETCODE SCIPincludeDispSdpunsolved ( SCIP *  scip)

creates the SDP-fastsettings display column and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 156 of file disp_sdpunsolved.c.

References DISP_DESC, DISP_HEADER, DISP_NAME, DISP_POSITION, DISP_PRIORITY, DISP_STRIPLINE, and DISP_WIDTH.

Referenced by runSCIP(), and SCIP_DECL_DISPCOPY().