SCIP-SDP  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs | Enumerations
type_sdpi.h File Reference

type definitions for specific SDP solver interfaces More...

Go to the source code of this file.

Typedefs

typedef enum SCIP_SDPParam SCIP_SDPPARAM
 
typedef struct SCIP_SDPi SCIP_SDPI
 

Enumerations

enum  SCIP_SDPParam {
  SCIP_SDPPAR_EPSILON = 0, SCIP_SDPPAR_FEASTOL = 1, SCIP_SDPPAR_OBJLIMIT = 2, SCIP_SDPPAR_SDPINFO = 4,
  SCIP_SDPPAR_SLATERCHECK = 5
}
 

Detailed Description

type definitions for specific SDP solver interfaces

Author
Tristan Gally

Definition in file type_sdpi.h.

Typedef Documentation

Definition at line 63 of file type_sdpi.h.

typedef struct SCIP_SDPi SCIP_SDPI

solver independent SDP interface

Definition at line 65 of file type_sdpi.h.

Enumeration Type Documentation

SDP solver parameters

Enumerator
SCIP_SDPPAR_EPSILON 

convergence tolerance

SCIP_SDPPAR_FEASTOL 

feasibility tolerance

SCIP_SDPPAR_OBJLIMIT 

objective limit, if the SDP solver computes a lower bound for the minimzation problem that is bigger than this, it may stop

SCIP_SDPPAR_SDPINFO 

should the SDP solver output information to the screen?

SCIP_SDPPAR_SLATERCHECK 

should the slater condition for the dual problem be checked before solving each SDP ?

Definition at line 51 of file type_sdpi.h.