-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add linear API #127
Comments
@tmigot Do you think that we can use your branch |
Yes that's a good idea. I think we were waiting for somebody to grab this. Do you need me to open the PR? |
Yes, I can continue it if you explain me what is missing. |
No problem, I opened the PR and tried to add some comments. My PR was not ideal as it was only using the functions from Ampl API that were already exported. It might be that they have some tailored functions that we didn't have. |
See NLPModels.jl 0.18/0.19
I have a draft here https://github.com/JuliaSmoothOptimizers/AmplNLReader.jl/tree/add-linear-API but we probably should add functions to the C interface.
There might be an issue to fix with NLPModelsTest as well: JuliaSmoothOptimizers/NLPModelsTest.jl#54
The text was updated successfully, but these errors were encountered: