Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprob.h594 int SCIPprobGetNConss(
640 #define SCIPprobGetNConss(prob) ((prob)->nconss) macro
H A Dprob.c2226 #undef SCIPprobGetNConss
2372 int SCIPprobGetNConss( in SCIPprobGetNConss() function
H A Dconflictstore.c183 nconss = SCIPprobGetNConss(transprob); in initConflictstore()