Current status of library #144
Replies: 1 comment 1 reply
-
Hi @CliffordWilmot, Ok, so about functionality, The library allows for unsafe access to most if not all of the SCIP C-API, through the
Regarding stability,
The test coverage is in a good state and I try to keep it from decreasing. We also test for memory leaks in CI. Maybe it also helps to know that I have been using the library extensively the past period with no major issues so far. Full disclosure though :D the only current known bug is about accessing solutions after the model is dropped, here's the issue for reference. I'm not really comfortable yet to move to As far as I know the C++ interface also tries to achieve automatic memory management, and regarding functionality I think you could get very far with both libraries. Maybe it would be easier to access the "uncovered" functionality in the C++ interface since you could just write C code with no need for calling bindings. I think it depends mostly on which language you'd like to work in. Sorry if this was a bit random, I hope it clears some things up for you though :) |
Beta Was this translation helpful? Give feedback.
-
Hi, I was wondering about the current status of this library, since it's not yet at version 1.0.0. e.g. Should I expect most or all of the functionality of SCIP to be available? Are there likely to be many severe bugs compared with calling SCIP from C++?
Beta Was this translation helpful? Give feedback.
All reactions