reader_sto.h
Go to the documentation of this file.
30 * This is a reader for the stochastic information of 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 */
96 SCIP_VAR** vars, /**< array with active variables ordered binary, integer, implicit, continuous */
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPwriteSto(SCIP *scip, FILE *file, const char *name, SCIP_Bool transformed, SCIP_OBJSENSE objsense, SCIP_Real objscale, SCIP_Real objoffset, SCIP_VAR **vars, int nvars, int nbinvars, int nintvars, int nimplvars, int ncontvars, SCIP_CONS **conss, int nconss, SCIP_RESULT *result)
SCIP_RETCODE SCIPreadSto(SCIP *scip, const char *filename, SCIP_RESULT *result)
Definition: reader_sto.c:2808
Definition: objbenders.h:44
Definition: struct_cons.h:47
Definition: struct_var.h:208
Definition: struct_scip.h:70
type definitions for constraints and constraint handlers
type definitions for storing and manipulating the main problem
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