You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trac #18763: COIN backend should support basis status and tableau data functions
This is for COIN backend support in #18733 and #18688.
Should add
(1) `getBasisStatus`, `setBasisStatus`,
(2) `getBInvARow`, `getBInvACol`, `getBasics`,
to src/sage/numerical/backends/coin_backend.{pxd,pyx}
Possible that one needs to add other functions as well, such as
`enableSimplexInterface`...
Reference to the relevant Clp header file:
https://projects.coin-or.org/Osi/browser/trunk/Osi/src/OsiClp/OsiClpSolv
erInterface.hpp?rev=1472
URL: http://trac.sagemath.org/18763
Reported by: mkoeppe
Ticket author(s): Yuan Zhou
Reviewer(s): Vincent Delecroix
0 commit comments