All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
reader_pip.h
Go to the documentation of this file.
21 * This reader allows to parse and write PIP files with linear and polynomial constraints and objective.
23 * Also abspower, bivariate, and nonlinear constraints may be written, if they are representable as polynomials.
28 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
51 const char* filename, /**< full path and name of file to read, or NULL if stdin should be used */
66 SCIP_VAR** vars, /**< array with active variables ordered binary, integer, implicit, continuous */
SCIP_RETCODE SCIPincludeReaderPip(SCIP *scip) SCIP callable library. SCIP_RETCODE SCIPreadPip(SCIP *scip, SCIP_READER *reader, const char *filename, SCIP_RESULT *result) SCIP_RETCODE SCIPwritePip(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) |