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

SCIP-SDP support #40

Open
joehuchette opened this issue Mar 1, 2017 · 5 comments
Open

SCIP-SDP support #40

joehuchette opened this issue Mar 1, 2017 · 5 comments

Comments

@joehuchette
Copy link

It would be great to have support for SCIP-SDP available in SCIP.jl (and through the MathProgBase interface as well). Do you have an estimate how difficult this might be?

@rschwarz
Copy link
Collaborator

rschwarz commented Mar 1, 2017

I have never used SCIP-SDP before. I'm not sure whether there is support of building a shared library (like libscipopt.so) with it, currently.

If this is attempted, I suggest not to offer any new functionality via CSIP, but deal with #28 first.

Final comment: In the soon to be released new version of SCIP, more support for general relaxator plugins is given. This makes it easier to solve problems with non-LP relaxations, e.g., SDP, or some combinatorial relaxation. It would be nice to also offer that through Julia, even though MathProbBase does not define an interface here, I guess.

Maybe these tasks fit into a GSoC project...

@mlubin
Copy link
Collaborator

mlubin commented Mar 1, 2017

  1. The next release of SCIP-SDP will support reading CBF files. Using ConicBenchmarkUtilities might be the easiest path to get things working.

  2. @leethargo, I don't have the spare capacity to be involved in GSoC this summer, but you should post potential projects at http://julialang.org/soc/ideas-page.html if you're interested in mentoring.

@rschwarz
Copy link
Collaborator

rschwarz commented Mar 1, 2017

I should not be mentoring this year, either.
But I wanted to bring it up anyway, since @Ayush-iitkgp seemed to be interested in working on SCIP.jl.

@Ayush-iitkgp
Copy link
Contributor

@leethargo I would be more than happy to work on this towards a GSoC project if I can find someone who is willing to mentor me.
Any idea who would be willing to mentor this project?

@rschwarz
Copy link
Collaborator

rschwarz commented Mar 2, 2017

Not sure, the SCIP team did not show much interest in Julia so far, and they invest their time in the Python interface instead.

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

No branches or pull requests

4 participants