reader_diff.h
Go to the documentation of this file.
26 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 49 const char* filename, /**< full path and name of file to read, or NULL if stdin should be used */ 64 SCIP_VAR** vars, /**< array with active variables ordered binary, integer, implicit, continuous */
Definition: struct_reader.h:35 SCIP_RETCODE SCIPreadDiff(SCIP *scip, SCIP_READER *reader, const char *filename, SCIP_RESULT *result) Definition: reader_diff.c:1022 Definition: struct_scip.h:53 Definition: struct_var.h:196 SCIP_RETCODE SCIPwriteDiff(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) Definition: struct_cons.h:36 Definition: objbranchrule.h:33 SCIP callable library. |