Changes between Initial Version and Version 1 of Ticket #18763
- Timestamp:
- 06/22/15 19:40:37 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18763 – Description
initial v1 1 Should add `getBInvARow`, `getBInvACol`, `getBasics` 1 This is for COIN backend support in #18733 and #18688. 2 3 Should add 4 (1) `getBasisStatus`, `setBasisStatus`, 5 (2) `getBInvARow`, `getBInvACol`, `getBasics`, 2 6 to src/sage/numerical/backends/coin_backend.{pxd,pyx} 7 8 Possible that one needs to add other functions as well, such as `enableSimplexInterface`... 3 9 4 10 Reference to the relevant Clp header file: 5 11 https://projects.coin-or.org/Osi/browser/trunk/Osi/src/OsiClp/OsiClpSolverInterface.hpp?rev=1472 6 This is for #18733 and #18688.