reader_tim.h
Go to the documentation of this file.
27 * @brief TIM file reader - the stage information for a stochastic programming instance in SMPS format
36 * Alternatively, it is possible to create a .smps file with the relative path to the .cor, .tim and .sto files.
46/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
81 const char* filename, /**< full path and name of file to read, or NULL if stdin should be used */
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPreadTim(SCIP *scip, const char *filename, SCIP_RESULT *result)
Definition: reader_tim.c:893
Definition: multiprecision.hpp:66
SCIP_VAR ** SCIPtimGetStageVars(SCIP *scip, int stagenum)
Definition: reader_tim.c:1094
const char * SCIPtimGetStageName(SCIP *scip, int stagenum)
Definition: reader_tim.c:994
SCIP_CONS ** SCIPtimGetStageConss(SCIP *scip, int stagenum)
Definition: reader_tim.c:1115
int SCIPtimGetStageNConss(SCIP *scip, int stagenum)
Definition: reader_tim.c:1157
const char * SCIPtimConsGetStageName(SCIP *scip, const char *consname)
Definition: reader_tim.c:1015
Definition: struct_cons.h:47
Definition: struct_reader.h:46
Definition: struct_var.h:262
Definition: struct_scip.h:72
type definitions for constraints and constraint handlers
type definitions for input file readers
result codes for SCIP callback methods
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
type definitions for problem variables