40#ifndef __SCIP_READER_LP_H__
41#define __SCIP_READER_LP_H__
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPreadLp(SCIP *scip, SCIP_READER *reader, const char *filename, SCIP_RESULT *result)
SCIP_RETCODE SCIPwriteLp(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 SCIPincludeReaderLp(SCIP *scip)
type definitions for constraints and constraint handlers
struct SCIP_Cons SCIP_CONS
type definitions for storing and manipulating the main problem
enum SCIP_Objsense SCIP_OBJSENSE
type definitions for input file readers
struct SCIP_Reader SCIP_READER
result codes for SCIP callback methods
enum SCIP_Result SCIP_RESULT
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure
type definitions for problem variables