Skip to content

Commit

Permalink
Bump maximum rounding tolerance to 33 in SumsOfSquares package
Browse files Browse the repository at this point in the history
Avoids error when calling checkLowerBound "CSDP" using CSDP package in
Fedora rawhide.
  • Loading branch information
d-torrance committed Aug 30, 2024
1 parent b953bbe commit edd4e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/Macaulay2/packages/SumsOfSquares.m2
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export {
--##########################################################################--

-- Constants
MaxRoundTol = 32 --maximum rounding tolerance
MaxRoundTol = 33 --maximum rounding tolerance
HighPrecision = 1e-10 --e.g. for numerical linear algebra
MedPrecision = 1e-6 --e.g. for SDP solutions
LowPrecision = 1e-4
Expand Down

0 comments on commit edd4e53

Please sign in to comment.