33#ifndef __SCIP_READER_PBM_H__
34#define __SCIP_READER_PBM_H__
68 SCIP_Bool transformed,
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPwritePbm(SCIP *scip, FILE *file, const char *name, SCIP_READERDATA *readerdata, SCIP_Bool transformed, int nvars, SCIP_CONS **conss, int nconss, SCIP_RESULT *result)
SCIP_RETCODE SCIPincludeReaderPbm(SCIP *scip)
type definitions for constraints and constraint handlers
type definitions for input file readers
struct SCIP_ReaderData SCIP_READERDATA
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