SCIP-SDP  2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
disp_sdppenalty.h File Reference

Column to display the percentage of SDP-relaxations where a penalty formulation had to be used. More...

Go to the source code of this file.

Functions

EXTERN SCIP_RETCODE SCIPincludeDispSdppenalty (SCIP *scip)
 

Detailed Description

Column to display the percentage of SDP-relaxations where a penalty formulation had to be used.

Author
Tristan Gally

Definition in file disp_sdppenalty.h.

Function Documentation

EXTERN SCIP_RETCODE SCIPincludeDispSdppenalty ( SCIP *  scip)

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

Parameters
scipSCIP data structure

Definition at line 155 of file disp_sdppenalty.c.

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

Referenced by runSCIP(), and SCIP_DECL_DISPCOPY().