Home
last modified time | relevance | path

Searched refs:writefixedvars (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_cip.c60 …SCIP_Bool writefixedvars; /**< Should fixed and aggregated variables be written wh… member
981 if( readerdata->writefixedvars && nfixedvars > 0 ) in SCIP_DECL_READERWRITE()
1138 &readerdata->writefixedvars, FALSE, DEFAULT_CIP_WRITEFIXEDVARS, NULL, NULL) ); in SCIPincludeReaderCip()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3208 - `reading/cipreader/writefixedvars` for disabling printing of fixed variables in CIP format