Detailed Description
methods to include specific file readers into SCIP
This module contains methods to include specific file readers into SCIP.
- Note
- All default plugins can be included at once (including all default file readers) using SCIPincludeDefaultPlugins()
Function Documentation
◆ SCIPincludeReaderBnd()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderBnd | ( | SCIP * | scip | ) |
includes the bnd file reader into SCIP
includes the bnd file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 427 of file reader_bnd.c.
References DEFAULT_IMPROVEONLY, FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPallocBlockMemory, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), SCIPsetReaderRead(), and SCIPsetReaderWrite().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderCcg()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderCcg | ( | SCIP * | scip | ) |
includes the ccg file reader into SCIP
includes the ccg file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 368 of file reader_ccg.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderWrite().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderCip()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderCip | ( | SCIP * | scip | ) |
includes the cip file reader into SCIP
includes the cip file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 1116 of file reader_cip.c.
References DEFAULT_CIP_WRITEFIXEDVARS, FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPallocBlockMemory, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), SCIPsetReaderRead(), and SCIPsetReaderWrite().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderCnf()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderCnf | ( | SCIP * | scip | ) |
includes the cnf file reader into SCIP
includes the cnf file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 432 of file reader_cnf.c.
References FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderCor()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderCor | ( | SCIP * | scip | ) |
includes the cor file reader into SCIP
includes the cor file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 151 of file reader_cor.c.
References createReaderdata(), NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPallocBlockMemory, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderDec()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderDec | ( | SCIP * | scip | ) |
includes the decomposition file reader into SCIP
includes the dec file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 373 of file reader_dec.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderDiff()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderDiff | ( | SCIP * | scip | ) |
includes the diff file reader into SCIP
includes the lp file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 1020 of file reader_diff.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderFix()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderFix | ( | SCIP * | scip | ) |
includes the fix file reader into SCIP
includes the fix file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 243 of file reader_fix.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderFzn()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderFzn | ( | SCIP * | scip | ) |
includes the FlatZinc file reader into SCIP
includes the fzn file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 4951 of file reader_fzn.c.
References READER_DESC, READER_EXTENSION, READER_NAME, readerdataCreate(), SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), SCIPsetReaderRead(), and SCIPsetReaderWrite().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderGms()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderGms | ( | SCIP * | scip | ) |
includes the gms file reader into SCIP
includes the gms file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 2194 of file reader_gms.c.
References FALSE, GMS_DEFAULT_BIGM, GMS_DEFAULT_INDICATORREFORM, GMS_DEFAULT_SIGNPOWER, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIP_REAL_MAX, SCIPaddBoolParam(), SCIPaddCharParam(), SCIPaddRealParam(), SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), SCIPsetReaderRead(), and SCIPsetReaderWrite().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderLp()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderLp | ( | SCIP * | scip | ) |
includes the lp file reader into SCIP
includes the lp file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 3457 of file reader_lp.c.
References DEFAULT_AGGRLINEARIZATION_ANDS, DEFAULT_LINEARIZE_ANDS, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPallocBlockMemory, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), SCIPsetReaderRead(), SCIPsetReaderWrite(), and TRUE.
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderMps()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderMps | ( | SCIP * | scip | ) |
includes the mps file reader into SCIP
includes the mps file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 3794 of file reader_mps.c.
References DEFAULT_AGGRLINEARIZATION_ANDS, DEFAULT_LINEARIZE_ANDS, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPallocBlockMemory, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), SCIPsetReaderRead(), SCIPsetReaderWrite(), and TRUE.
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderMst()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderMst | ( | SCIP * | scip | ) |
includes the mst file reader into SCIP
includes the mst file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 188 of file reader_mst.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderOpb()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderOpb | ( | SCIP * | scip | ) |
includes the opb file reader into SCIP
includes the opb file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 4587 of file reader_opb.c.
References FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderRead(), SCIPsetReaderWrite(), and TRUE.
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderOsil()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderOsil | ( | SCIP * | scip | ) |
includes the osil file reader into SCIP
includes the osil file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 2657 of file reader_osil.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderPbm()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderPbm | ( | SCIP * | scip | ) |
includes the pbm file reader into SCIP
includes the pbm file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 446 of file reader_pbm.c.
References DEFAULT_PBM_BINARY, DEFAULT_PBM_MAXCOLS, DEFAULT_PBM_MAXROWS, FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, readerReadPbm, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddIntParam(), SCIPallocBlockMemory, and SCIPincludeReader().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderPip()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderPip | ( | SCIP * | scip | ) |
includes the pip file reader into SCIP
includes the pip file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 3816 of file reader_pip.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderRead(), and SCIPsetReaderWrite().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderPpm()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderPpm | ( | SCIP * | scip | ) |
includes the ppm file reader into SCIP
includes the ppm file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 490 of file reader_ppm.c.
References DEFAULT_PPM_COEF_LIMIT, DEFAULT_PPM_RGB_ASCII, DEFAULT_PPM_RGB_LIMIT, DEFAULT_PPM_RGB_RELATIVE, FALSE, initReaderdata(), NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddIntParam(), SCIPallocBlockMemory, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), and SCIPsetReaderWrite().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderRlp()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderRlp | ( | SCIP * | scip | ) |
includes the rlp file reader into SCIP
includes the rlp file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 102 of file reader_rlp.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderRead(), and SCIPsetReaderWrite().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderSmps()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderSmps | ( | SCIP * | scip | ) |
includes the smps file reader into SCIP
includes the smps file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 441 of file reader_smps.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderSol()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderSol | ( | SCIP * | scip | ) |
includes the sol file reader into SCIP
includes the sol file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 213 of file reader_sol.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderSto()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderSto | ( | SCIP * | scip | ) |
includes the sto file reader into SCIP
includes the sto file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 2774 of file reader_sto.c.
References DEFAULT_USEBENDERS, FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPallocBlockMemory, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderTim()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderTim | ( | SCIP * | scip | ) |
includes the tim file reader into SCIP
includes the tim file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 845 of file reader_tim.c.
References FALSE, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPallocBlockMemory, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), and SCIPsetReaderRead().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderWbo()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderWbo | ( | SCIP * | scip | ) |
includes the wbo file reader into SCIP
includes the wbo file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 83 of file reader_wbo.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderRead(), and SCIPsetReaderWrite().
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
◆ SCIPincludeReaderZpl()
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderZpl | ( | SCIP * | scip | ) |
includes the zpl file reader into SCIP
includes the zpl file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 1603 of file reader_zpl.c.
References FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_MAXSTRLEN, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddStringParam(), SCIPincludeExternalCodeInformation(), SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderRead(), SCIPsnprintf(), SCIPwarningMessage(), and TRUE.
Referenced by SCIPincludeDefaultPlugins().