Detailed Description
Steiner tree problem file reader.
This file implements a reader used to read and write Steiner tree problems.
This file implements a reader used to read and write Steiner tree problems.
Definition in file reader_stp.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPStpReaderIncludeParams (SCIP *scip) |
SCIP_RETCODE | SCIPincludeReaderStp (SCIP *scip) |
Function Documentation
◆ SCIPStpReaderIncludeParams()
SCIP_RETCODE SCIPStpReaderIncludeParams | ( | SCIP * | scip | ) |
include user parameters
- Parameters
-
scip SCIP data structure
Definition at line 140 of file reader_stp.c.
References DEFAULT_COMPCENTRAL, DEFAULT_COUNTPRESOLTIME, DEFAULT_CYCLECONS, DEFAULT_EMITGRAPH, DEFAULT_MINELIMS, DEFAULT_PRETIMELIMIT, DEFAULT_REDUCTION, DEFAULT_SYMCONS, FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddCharParam(), SCIPaddIntParam(), SCIPaddRealParam(), SCIPaddStringParam(), SCIPinfinity(), and STP_MODES.
Referenced by SCIPincludeReaderStp().
◆ SCIPincludeReaderStp()
SCIP_RETCODE SCIPincludeReaderStp | ( | SCIP * | scip | ) |
includes the stp file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 215 of file reader_stp.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderRead(), SCIPsetReaderWrite(), and SCIPStpReaderIncludeParams().
Referenced by runShell(), and SCIP_DECL_READERCOPY().