Home
last modified time | relevance | path

Searched defs:SCIPhistoryIncInferenceSum (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dhistory.h283 #define SCIPhistoryIncInferenceSum(history,dir,weight) (history)->inferencesum[dir] += (weight) macro
H A Dhistory.c591 void SCIPhistoryIncInferenceSum( in SCIPhistoryIncInferenceSum() function