SCIP-SDP  3.2.0
Functions
reader_cbf.h File Reference

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

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderCbf (SCIP *scip)
 

Detailed Description

file reader for mixed-integer semidefinite programs in CBF format

Author
Tristan Gally
Henrik A. Friberg

This reader allows to parse and write CBF files with mixed-integer semidefinite programs in primal and dual form. Writing is supported for original programs consisting of only linear and semidefinite constraints. Parsing is supported for instances consisting of scalar variables, matrix variables and linear and semidefinite constraints.

Definition in file reader_cbf.h.

Function Documentation

SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderCbf ( SCIP *  scip)

includes the CBF file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 2878 of file reader_cbf.c.

References READER_DESC, READER_EXTENSION, and READER_NAME.

Referenced by SCIPSDPincludeDefaultPlugins().