|
SCIP-SDP
4.0.0
|
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) |
file reader for mixed-integer semidefinite programs in SDPA format
Definition in file reader_sdpa.h.
| SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderSdpa | ( | SCIP * | scip | ) |
includes the CBF file reader in SCIP
includes the SDPA file reader in SCIP
| scip | SCIP 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().
1.8.11