Osi
Osi copied to clipboard
Open Solver Interface
This relates to `stable/0.108` branch, tested with CoinUtils 2.11.10 and as the title says, without the directory `Data`. We begin with a segfault in https://github.com/coin-or/Osi/blob/f705b23f2c6767b1cedc07edcb0c07e14c41fd1e/Osi/src/Osi/OsiColCut.hpp#L248 This is fixed with commit...
Hello I would like to install the OSi Package in advance to install the SYMPHONY Package in CentOS7. By the way, if I make through ./configuration, I can't install it...
I think it is necessary to add a repo to yum to successfully install `osi` with it -- would you be able to clarify?
Add CMake based build + Makefile/docker CI + Travis-CI
Hello, Feel free to close this if this is out of scope for this project. I started working on a C interface for OSI: https://github.com/lovasoa/c-osi What would you think about...
I have implemented and maintained the interfaces to [OOQP](https://github.com/emgertz/OOQP) and [SCIP](https://scip.zib.de/). The interfaces may be incomplete but working fine for my own purpose. It must be better if the interfaces...
See e.g. this message about incorrectly casting an enum value that seemed pretty serious: https://list.coin-or.org/pipermail/cbc/2017-October/002261.html To reproduce, compile Cbc with Clang and AddressSanitizer enabled and lots of crashes should show...
Issue created by migration from Trac. Original creator: gidden Original creation time: 2014-02-07 16:22:39 Assignee: @mjsaltzman Version: 0.104 Code snippet: Code snippet: ``` OsiSolverInterface* si = new OsiClpSolverInterface(); CoinPackedVector row1;...
Issue created by migration from Trac. Original creator: @mgalati13 Original creation time: 2011-01-17 12:59:34 Assignee: @mjsaltzman Version: The proto for names in writeMps is: const char ** while writeLp is:...