All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
reader_lp.h
Go to the documentation of this file.
21 * This reader allows to parse and write CPLEX .lp files with linear and quadratic constraints and objective,
22 * special ordered sets of type 1 and 2, indicators on linear constraints, and semicontinuous variables.
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
52 const char* filename, /**< full path and name of file to read, or NULL if stdin should be used */
67 SCIP_VAR** vars, /**< array with active variables ordered binary, integer, implicit, continuous */
|