|
reader_stp.c File Reference Detailed DescriptionSteiner tree problem file reader. This file implements the reader used to read and write Steiner tree problems. Definition in file reader_stp.c. #include <assert.h>#include <string.h>#include "probdata_stp.h"#include "reader_stp.h"#include "grph.h"Go to the source code of this file.
Macro Definition Documentation
selection type for the root (for undirected STPs) Definition at line 45 of file reader_stp.c. Referenced by SCIPincludeReaderStp().
count presolving time as part of overall solution time? Definition at line 47 of file reader_stp.c. Referenced by SCIPincludeReaderStp().
minimal number of eliminations to be achieved for reiteration of reduction methods Definition at line 51 of file reader_stp.c. Referenced by SCIPincludeReaderStp().
presolving time limit Definition at line 52 of file reader_stp.c. Referenced by SCIPincludeReaderStp().
reduction mode to apply Definition at line 48 of file reader_stp.c. Referenced by SCIPincludeReaderStp().
symmetry constraints Definition at line 49 of file reader_stp.c. Referenced by SCIPincludeReaderStp().
Definition at line 42 of file reader_stp.c. Referenced by SCIPincludeReaderStp().
Definition at line 43 of file reader_stp.c. Referenced by SCIPincludeReaderStp().
Definition at line 41 of file reader_stp.c. Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeReaderStp().
valid values for user parameter 'stp/mode' Definition at line 54 of file reader_stp.c. Referenced by SCIPincludeReaderStp(). Function Documentation
copy method for reader plugins (called when SCIP copies plugins) Definition at line 66 of file reader_stp.c. References READER_NAME, and SCIPincludeReaderStp().
problem reading method of the reader Definition at line 80 of file reader_stp.c. References SCIPprobdataCreate(), SCIPprobdataGetGraph(), and TRUE.
problem writing method of the reader Definition at line 116 of file reader_stp.c. References SCIPprobdataGetGraph(), SCIPprobdataGetOffset(), and SCIPwriteStp().
includes the stp file reader in SCIP
Definition at line 143 of file reader_stp.c. References DEFAULT_COMPCENTRAL, DEFAULT_COUNTPRESOLTIME, DEFAULT_CYCLECONS, DEFAULT_EMITGRAPH, DEFAULT_MINELIMS, DEFAULT_PRETIMELIMIT, DEFAULT_REDUCTION, DEFAULT_SYMCONS, FALSE, READER_DESC, READER_EXTENSION, READER_NAME, and STP_MODES. Referenced by runShell(), and SCIP_DECL_READERCOPY(). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||