38#ifndef __SCIP_TYPE_READER_H__
39#define __SCIP_TYPE_READER_H__
63#define SCIP_DECL_READERCOPY(x) SCIP_RETCODE x (SCIP* scip, SCIP_READER* reader)
72#define SCIP_DECL_READERFREE(x) SCIP_RETCODE x (SCIP* scip, SCIP_READER* reader)
88#define SCIP_DECL_READERREAD(x) SCIP_RETCODE x (SCIP* scip, SCIP_READER* reader, const char* filename, SCIP_RESULT* result)
131#define SCIP_DECL_READERWRITE(x) SCIP_RETCODE x (SCIP* scip, SCIP_READER* reader, FILE* file, \
132 const char* filename, const char* name, SCIP_PROBDATA* probdata, SCIP_Bool transformed, \
133 SCIP_OBJSENSE objsense, SCIP_Real objoffset, SCIP_Real objscale, \
134 SCIP_RATIONAL* objoffsetexact, SCIP_RATIONAL* objscaleexact, \
135 SCIP_VAR** vars, int nvars, int nbinvars, int nintvars, int nimplvars, int ncontvars, \
136 SCIP_VAR** fixedvars, int nfixedvars, int startnvars, \
137 SCIP_CONS** conss, int nconss, int maxnconss, int startnconss, \
138 SCIP_Bool genericnames, SCIP_RESULT* result)
common defines and data types used in all packages of SCIP
type definitions for constraints and constraint handlers
type definitions for rational numbers
struct SCIP_ReaderData SCIP_READERDATA
struct SCIP_Reader SCIP_READER
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