reader_pbm.h
Go to the documentation of this file.
18 * @brief file writer for portable bitmap file format (PBM), open with common graphic viewer programs (e.g. xview)
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_EXPORT 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)
Definition: reader_pbm.c:474
Definition: struct_scip.h:59
type definitions for return codes for SCIP methods
Definition: struct_cons.h:37
type definitions for SCIP's main datastructure
type definitions for input file readers
SCIP_EXPORT SCIP_RETCODE SCIPincludeReaderPbm(SCIP *scip)
Definition: reader_pbm.c:446
result codes for SCIP callback methods
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33
type definitions for constraints and constraint handlers