SCIP-SDP  3.2.0
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

SCIP_EXPORT 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

SCIP_EXPORT 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 SCIP_DECL_DISPCOPY(), and SCIPSDPincludeDefaultPlugins().