Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@SUMA_AlignToExperiment1001 if ($ishuge) then
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c942 SCIP_Bool ishuge; in checkCons() local
960 ishuge = TRUE; in checkCons()
971 ishuge = FALSE; in checkCons()
984 absviol = ishuge ? sum : (SCIP_Real)integralsum; in checkCons()