reader_mps.h
Go to the documentation of this file.
22 * This reader allows to parse and write MPS files with linear and quadratic constraints and objective,
23 * special ordered sets of type 1 and 2, indicators on linear constraints, and semicontinuous variables.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
67 const char* filename, /**< full path and name of file to read, or NULL if stdin should be used */
89 SCIP_VAR** vars, /**< array with active variables ordered binary, integer, implicit, continuous */
Definition: struct_reader.h:36
Definition: struct_scip.h:59
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderMps(SCIP *scip)
Definition: reader_mps.c:3794
Definition: struct_var.h:198
type definitions for return codes for SCIP methods
Definition: struct_cons.h:37
SCIP_EXPORT SCIP_RETCODE SCIPwriteMps(SCIP *scip, SCIP_READER *reader, 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_VAR **fixedvars, int nfixedvars, SCIP_CONS **conss, int nconss, SCIP_RESULT *result)
Definition: reader_mps.c:3864
type definitions for SCIP's main datastructure
type definitions for problem variables
type definitions for input file readers
type definitions for storing and manipulating the main problem
result codes for SCIP callback methods
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33
SCIP_EXPORT SCIP_RETCODE SCIPreadMps(SCIP *scip, SCIP_READER *reader, const char *filename, SCIP_RESULT *result, const char ***varnames, const char ***consnames, int *varnamessize, int *consnamessize, int *nvarnames, int *nconsnames)
Definition: reader_mps.c:3828
type definitions for constraints and constraint handlers