#12220: Updated CBC spkg
----------------------------------+-----------------------------------------
Reporter: ncohen | Owner: ncohen
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.8
Component: linear programming | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Nathann Cohen
Merged: | Dependencies:
----------------------------------+-----------------------------------------
Comment(by ncohen):
Hello !
Yep, the number of threads is the number of paralell process that coin
uses to solve problem. It is really nice to have it use all the processors
available, but there *IS* to be some way to set it through this new class.
The other problem is the verbosity level. It does not appear in the
doctests because Coin is directly displaying information through stderr (I
guess), so Python does not mean anything. The problem is that if you type
: graphs.PetersenGraph().dominating_set() you will get some informations
from Coin you should not see unless you explicitely ask for them. I think
this is the only problem left with the package, considering we can also
solve this nasty compiling problem `:-/`
(The one I solve by adding "librt" to the flags, the one you solve by
removing it `:-p`)
Nathann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12220#comment:13>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.