Skip to content

Refactory readprob with functions usable for Julia wrapper - #12

Open
blegat wants to merge 3 commits into
coin-or:masterfrom
blegat:readprob
Open

Refactory readprob with functions usable for Julia wrapper#12
blegat wants to merge 3 commits into
coin-or:masterfrom
blegat:readprob

Conversation

@blegat

@blegat blegat commented Oct 21, 2019

Copy link
Copy Markdown

It is currently quite difficult to use CSDP from another language as there is no API to play with the structures.
In Julia, we mirrored the C-structures and modify them in Julia, see

This PR adds an API in lib/julia.c that can be used by the Julia wrapper. The file readprob.c has been refactoried on top of the API.
The file julia.c is heavily inspired from readprob.c to make sure that the behavior of readprob.c does not change and that this PR does not break anyone's code.
The API in lib/julia.c could also be used by C users or wrappers from other languages, nothing is specific to Julia. We could rename it lib/api.c if you prefer.

@CLAassistant

CLAassistant commented Jun 24, 2020

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@blegat

blegat commented Aug 12, 2022

Copy link
Copy Markdown
Author

Anything I could do to help this PR move forward ?

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