Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_lp.c3610 int nConsSOS2 = 0; in SCIPwriteLp() local
3878 consSOS2[nConsSOS2++] = cons; in SCIPwriteLp()
4008 for( c = 0; c < nConsSOS2; ++c ) in SCIPwriteLp()
4195 if( nConsSOS1 > 0 || nConsSOS2 > 0 ) in SCIPwriteLp()
4213 for( c = 0; c < nConsSOS2; ++c ) in SCIPwriteLp()
H A Dreader_mps.c3920 int nConsSOS2; in SCIPwriteMps() local
3954 nConsSOS2 = 0; in SCIPwriteMps()
4289 consSOS2[nConsSOS2++] = cons; in SCIPwriteMps()
4707 if( nConsSOS1 > 0 || nConsSOS2 > 0 ) in SCIPwriteMps()
4746 for( c = 0; c < nConsSOS2; ++c ) in SCIPwriteMps()