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 */
179
179
#defineSCIP_DEFAULT_PSEUDOCOSTDELTA 1e-04 /**< default minimal objective distance value to use for pseudo cost updates */
180
-
#defineSCIP_DEFAULT_RECOMPFAC 1e+07/**< default minimal decrease factor that causes the recomputation of a value (e.g., pseudo objective) instead of an update */
180
+
#defineSCIP_DEFAULT_RECOMPFAC 1e+06/**< default minimal decrease factor that causes the recomputation of a value (e.g., pseudo objective) instead of an update */
181
181
#defineSCIP_DEFAULT_HUGEVAL 1e+15 /**< values larger than this are considered huge and should be handled separately (e.g., in activity computation) */
182
182
#defineSCIP_MAXEPSILON 1e-03 /**< maximum value for any numerical epsilon */
183
183
#defineSCIP_MINEPSILON 1e-20 /**< minimum value for any numerical epsilon */
0 commit comments