reader_gms.h
Go to the documentation of this file.
22 * It can write all kinds of linear and nonlinear constraints (as occurring in MINLPs) and indicator constraints. 28 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 57 SCIP_VAR** vars, /**< array with active variables ordered binary, integer, implicit, continuous */
SCIP_RETCODE SCIPincludeReaderGms(SCIP *scip) SCIP_RETCODE SCIPwriteGms(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: objbranchrule.h:33 SCIP callable library. |