You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineSCIP_DEFAULT_PSEUDOCOSTEPS 1e-01 /**< default minimal variable distance value to use for pseudo cost updates */
187
187
#defineSCIP_DEFAULT_PSEUDOCOSTDELTA 1e-04 /**< default minimal objective distance value to use for pseudo cost updates */
188
-
#defineSCIP_DEFAULT_RECOMPFAC 1e+07/**< default minimal decrease factor that causes the recomputation of a value (e.g., pseudo objective) instead of an update */
188
+
#defineSCIP_DEFAULT_RECOMPFAC 1e+06/**< default minimal decrease factor that causes the recomputation of a value (e.g., pseudo objective) instead of an update */
189
189
#defineSCIP_DEFAULT_HUGEVAL 1e+15 /**< values larger than this are considered huge and should be handled separately (e.g., in activity computation) */
190
190
#defineSCIP_MAXEPSILON 1e-03 /**< maximum value for any numerical epsilon */
191
191
#defineSCIP_MINEPSILON 1e-20 /**< minimum value for any numerical epsilon */
0 commit comments