SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches

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()

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()

Functions

SCIP_RETCODE SCIPincludeReaderBnd (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderCcg (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderCip (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderCnf (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderCor (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderDec (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderDiff (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderFix (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderFzn (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderGms (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderLp (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderMps (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderMst (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderOpb (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderOsil (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderPbm (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderPip (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderPpm (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderRlp (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderSmps (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderSol (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderSto (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderTim (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderWbo (SCIP *scip)
 
SCIP_RETCODE SCIPincludeReaderZpl (SCIP *scip)
 

Function Documentation

◆ SCIPincludeReaderBnd()

SCIP_RETCODE SCIPincludeReaderBnd ( SCIP * scip)

includes the bnd file reader into SCIP

includes the bnd file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 436 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_RETCODE SCIPincludeReaderCcg ( SCIP * scip)

includes the ccg file reader into SCIP

includes the ccg file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 377 of file reader_ccg.c.

References assert(), NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderWrite().

Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().

◆ SCIPincludeReaderCip()

SCIP_RETCODE SCIPincludeReaderCip ( SCIP * scip)

includes the cip file reader into SCIP

includes the cip file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 1118 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_RETCODE SCIPincludeReaderCnf ( SCIP * scip)

includes the cnf file reader into SCIP

includes the cnf file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 441 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_RETCODE SCIPincludeReaderCor ( SCIP * scip)

includes the cor file reader into SCIP

includes the cor file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 160 of file reader_cor.c.

References assert(), 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_RETCODE SCIPincludeReaderDec ( SCIP * scip)

includes the decomposition file reader into SCIP

includes the dec file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 382 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_RETCODE SCIPincludeReaderDiff ( SCIP * scip)

includes the diff file reader into SCIP

includes the lp file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 997 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_RETCODE SCIPincludeReaderFix ( SCIP * scip)

includes the fix file reader into SCIP

includes the fix file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 252 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_RETCODE SCIPincludeReaderFzn ( SCIP * scip)

includes the FlatZinc file reader into SCIP

includes the fzn file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 4934 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_RETCODE SCIPincludeReaderGms ( SCIP * scip)

◆ SCIPincludeReaderLp()

SCIP_RETCODE SCIPincludeReaderLp ( SCIP * scip)

◆ SCIPincludeReaderMps()

SCIP_RETCODE SCIPincludeReaderMps ( SCIP * scip)

◆ SCIPincludeReaderMst()

SCIP_RETCODE SCIPincludeReaderMst ( SCIP * scip)

includes the mst file reader into SCIP

includes the mst file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 197 of file reader_mst.c.

References assert(), NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().

Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().

◆ SCIPincludeReaderOpb()

SCIP_RETCODE SCIPincludeReaderOpb ( SCIP * scip)

includes the opb file reader into SCIP

includes the opb file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 4575 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_RETCODE SCIPincludeReaderOsil ( SCIP * scip)

includes the osil file reader into SCIP

includes the osil file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 2534 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_RETCODE SCIPincludeReaderPbm ( SCIP * scip)

includes the pbm file reader into SCIP

includes the pbm file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 455 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_RETCODE SCIPincludeReaderPip ( SCIP * scip)

includes the pip file reader into SCIP

includes the pip file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 3212 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()

◆ SCIPincludeReaderRlp()

SCIP_RETCODE SCIPincludeReaderRlp ( SCIP * scip)

includes the rlp file reader into SCIP

includes the rlp file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 111 of file reader_rlp.c.

References assert(), 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_RETCODE SCIPincludeReaderSmps ( SCIP * scip)

includes the smps file reader into SCIP

includes the smps file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 450 of file reader_smps.c.

References assert(), NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().

Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().

◆ SCIPincludeReaderSol()

SCIP_RETCODE SCIPincludeReaderSol ( SCIP * scip)

includes the sol file reader into SCIP

includes the sol file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 222 of file reader_sol.c.

References assert(), NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().

Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().

◆ SCIPincludeReaderSto()

SCIP_RETCODE SCIPincludeReaderSto ( SCIP * scip)

includes the sto file reader into SCIP

includes the sto file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 2777 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_RETCODE SCIPincludeReaderTim ( SCIP * scip)

includes the tim file reader into SCIP

includes the tim file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 854 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_RETCODE SCIPincludeReaderWbo ( SCIP * scip)

includes the wbo file reader into SCIP

includes the wbo file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 92 of file reader_wbo.c.

References assert(), 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_RETCODE SCIPincludeReaderZpl ( SCIP * scip)

includes the zpl file reader into SCIP

includes the zpl file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 1555 of file reader_zpl.c.

References assert(), 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().