-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
COIN backend should support basis status and tableau data functions #18763
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
Please fill the Instead of Otherwise, everything looks clean and tests run smoothly on my computer (with Coin installed). Vincent |
Reviewer: Vincent Delecroix |
comment:7
Thanks a lot for reviewing the ticket. |
Author: Yuan Zhou |
comment:9
Hi Yuan, Replying to @yuan-zhou:
I do not think that #18868 is good idea in this case. You will create a Python object for nothing.
by
Vincent |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
Thank you, Vincent. |
comment:12
The patchbot reported some errors (when cbc is not installed)
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:14
Oops, I forgot to indicate optional - cbc at some places |
comment:15
Good to go! |
Changed branch from u/yzh/coin_backend_should_support_basis_status_and_tableau_data_functions to |
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/OsiClpSolverInterface.hpp?rev=1472
CC: @yuan-zhou @nathanncohen
Component: numerical
Author: Yuan Zhou
Branch/Commit:
c2488a8
Reviewer: Vincent Delecroix
Issue created by migration from https://trac.sagemath.org/ticket/18763
The text was updated successfully, but these errors were encountered: