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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ routines used in the `EAGO` global solver. For many McCormick operators, the use
14
14
The EAGOIntervalArithmetic.jl library introduces the type `MCInterval{T<:AbstractFloat}(lo::T,hi::T)`. Neglecting the rounding behavior it behaves identically to the `Interval(lo,hi)` type.
Since the McCormick relaxations used in this solver aren't themselves correctly rounded, it's often acceptable to omit corrections for rounding in the interval field. For problems there are very poorly scaled or have very poorly scaled intermediate terms, the use of a corrected rounding procedures may be recommended.
0 commit comments