Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_mps.c4709 SCIP_Real* sosweights; in SCIPwriteMps() local
4722 sosweights = SCIPgetWeightsSOS1(scip, cons); in SCIPwriteMps()
4736 if( sosweights != NULL ) in SCIPwriteMps()
4737 (void) SCIPsnprintf(valuestr, MPS_MAX_VALUELEN, "%25.15g", sosweights[v]); in SCIPwriteMps()
4751 sosweights = SCIPgetWeightsSOS2(scip, cons); in SCIPwriteMps()
4765 if( sosweights != NULL ) in SCIPwriteMps()
4766 (void) SCIPsnprintf(valuestr, MPS_MAX_VALUELEN, "%25.15g", sosweights[v]); in SCIPwriteMps()