SCIP-SDP  2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
disp_sdpunsolved.h 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.

Functions

EXTERN 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.h.

Function Documentation

EXTERN 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().