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

Enable ConstraintDual tests #19

Merged
merged 7 commits into from
Jan 3, 2024
Merged

Enable ConstraintDual tests #19

merged 7 commits into from
Jan 3, 2024

Conversation

blegat
Copy link
Member

@blegat blegat commented Dec 21, 2023

src/SDPLR.jl Outdated Show resolved Hide resolved
src/SDPLR.jl Outdated
@@ -2,6 +2,9 @@ module SDPLR

using SDPLR_jll

const lib = SDPLR.SDPLR_jll.libsdplr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const lib = SDPLR.SDPLR_jll.libsdplr
const libsdplr = SDPLR_jll.libsdplr

src/SDPLR.jl Outdated Show resolved Hide resolved
src/SDPLR.jl Outdated
@@ -142,7 +145,7 @@ function solve(
end
end
GC.@preserve blksz blktype b CAent CArow CAcol CAinfo_entptr CAinfo_type R lambda maxranks ranks pieces begin
ret = @ccall SDPLR.SDPLR_jll.libsdplr.sdplrlib(
ret = @ccall lib.sdplrlib(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ret = @ccall lib.sdplrlib(
ret = @ccall libsdplr.sdplrlib(

blegat and others added 4 commits January 3, 2024 08:54
@blegat blegat merged commit 7e68827 into master Jan 3, 2024
8 checks passed
@odow odow deleted the bl/constraint_dual branch January 3, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants