Home
last modified time | relevance | path

Searched refs:SCIP_SUBVERSION (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_general.c139 return SCIP_SUBVERSION; in SCIPsubversion()
155 #if SCIP_SUBVERSION > 0 in SCIPprintVersion()
H A Ddef.h125 #define SCIP_SUBVERSION 0 /**< SCIP sub version number */ macro
H A Dparamset.c2652 #if( SCIP_SUBVERSION == 0 ) in SCIPparamsetWrite()
2657 … SCIP_VERSION/100, (SCIP_VERSION/10) % 10, SCIP_VERSION % 10, SCIP_SUBVERSION); /*lint !e778*/ in SCIPparamsetWrite()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG6316 …- modified `SCIP_SUBVERSION` to be a number instead of a string (to be able to use `SCIP_SUBVERSIO…