Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix check(11, "SumsOfSquares") on Fedora rawhide #3444

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

d-torrance
Copy link
Member

As reported in #1579 (comment), check(11, "SumsOfSquares") is failing on Fedora rawhide due an update in the csdp package. (For an example of a failing build, see https://github.com/d-torrance/M2-workflows/actions/runs/10609828175/job/29406195683.)

The problem was that it gave up trying to round a real matrix to a rational matrix after 32 attempts. If we bump this to 33, then it passes. (For a successful run on Fedora rawhide, see https://github.com/d-torrance/M2/actions/runs/10632956367/job/29476969319.)

Also, a slightly related change: we stop exporting the Verbosity symbol in the SemidefiniteProgramming package (which is exported by SumsOfSquares and handles the csdp interface) since it's now exported by Core.

Cc: @diegcif, @tom111

Avoids error when calling checkLowerBound "CSDP" using CSDP package in
Fedora rawhide.
@tom111
Copy link
Contributor

tom111 commented Aug 30, 2024

Seems fine, although I don't exactly remember the details of this MaxRoundTol variable. Thanks.

@d-torrance d-torrance merged commit c063cd3 into Macaulay2:development Sep 2, 2024
5 checks passed
@d-torrance d-torrance deleted the csdp branch September 3, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants