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

Refactory readprob with functions usable for Julia wrapper #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

blegat
Copy link

@blegat blegat commented Oct 21, 2019

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
Copy link

CLAassistant commented Jun 24, 2020

CLA assistant check
All committers have signed the CLA.

@blegat
Copy link
Author

blegat commented Aug 12, 2022

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