SCIP-SDP  4.0.0
Functions
reader_sdpa.h File Reference

file reader for mixed-integer semidefinite programs in SDPA format More...

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderSdpa (SCIP *scip)
 

Detailed Description

file reader for mixed-integer semidefinite programs in SDPA format

Author
Tim Schmidt
Frederic Matter

Definition in file reader_sdpa.h.

Function Documentation

SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderSdpa ( SCIP *  scip)

includes the CBF file reader in SCIP

includes the SDPA file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 2272 of file reader_sdpa.c.

References READER_DESC, READER_EXTENSION, and READER_NAME.

Referenced by SCIP_DECL_READERCOPY(), and SCIPSDPincludeDefaultPlugins().