reader_tim.h
Go to the documentation of this file.
18 * @brief TIM file reader - the stage information for a stochastic programming instance in SMPS format
27 * Alternatively, it is possible to create a .smps file with the relative path to the .cor, .tim and .sto files.
37 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
72 const char* filename, /**< full path and name of file to read, or NULL if stdin should be used */
SCIP_EXPORT int SCIPtimFindStage(SCIP *scip, const char *stage)
Definition: reader_tim.c:1006
SCIP_EXPORT SCIP_CONS ** SCIPtimGetStageConss(SCIP *scip, int stagenum)
Definition: reader_tim.c:1065
Definition: struct_reader.h:36
Definition: struct_scip.h:59
Definition: struct_var.h:198
type definitions for return codes for SCIP methods
SCIP_EXPORT int SCIPtimGetStageNConss(SCIP *scip, int stagenum)
Definition: reader_tim.c:1107
Definition: struct_cons.h:37
SCIP_EXPORT SCIP_VAR ** SCIPtimGetStageVars(SCIP *scip, int stagenum)
Definition: reader_tim.c:1044
type definitions for SCIP's main datastructure
const char * SCIPtimConsGetStageName(SCIP *scip, const char *consname)
Definition: reader_tim.c:965
SCIP_EXPORT const char * SCIPtimGetStageName(SCIP *scip, int stagenum)
Definition: reader_tim.c:944
type definitions for problem variables
type definitions for input file readers
SCIP_EXPORT int SCIPtimGetStageNVars(SCIP *scip, int stagenum)
Definition: reader_tim.c:1086
result codes for SCIP callback methods
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderTim(SCIP *scip)
Definition: reader_tim.c:841
SCIP_EXPORT SCIP_RETCODE SCIPreadTim(SCIP *scip, const char *filename, SCIP_RESULT *result)
Definition: reader_tim.c:865
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33
type definitions for constraints and constraint handlers