reader_cor.h
Go to the documentation of this file.
27 * Alternatively, it is possible to create a .smps file with the relative path to the .cor, .tim and .sto files.
40 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
73 const char* filename, /**< full path and name of file to read, or NULL if stdin should be used */
81 /** returns whether the COR file has been successfully read. This is used by the TIM and STO readers. */
SCIP_EXPORT const char * SCIPcorGetVarName(SCIP_READER *reader, int i)
Definition: reader_cor.c:256
Definition: struct_reader.h:36
Definition: struct_scip.h:59
SCIP_EXPORT const char * SCIPcorGetConsName(SCIP_READER *reader, int i)
Definition: reader_cor.c:274
SCIP_EXPORT int SCIPcorGetNVarNames(SCIP_READER *reader)
Definition: reader_cor.c:224
type definitions for return codes for SCIP methods
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderCor(SCIP *scip)
Definition: reader_cor.c:151
SCIP_EXPORT int SCIPcorGetNConsNames(SCIP_READER *reader)
Definition: reader_cor.c:240
SCIP_EXPORT SCIP_RETCODE SCIPreadCor(SCIP *scip, const char *filename, SCIP_RESULT *result)
Definition: reader_cor.c:178
type definitions for SCIP's main datastructure
type definitions for input file readers
result codes for SCIP callback methods
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33