#12220: Updated CBC spkg
----------------------------------+-----------------------------------------
Reporter: ncohen | Owner: ncohen
Type: enhancement | Status: needs_info
Priority: major | Milestone: sage-4.8
Component: linear programming | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Nathann Cohen
Merged: | Dependencies:
----------------------------------+-----------------------------------------
Comment(by ncohen):
By the way, this is more or less what happens already with Coin : I met
this problem of not being able to add constraints then resolve the LP when
adding to Sage the first lienar programs using constraint generation.
Which is precisely that : solve, add a constraint, solve again, add a
constraint, etc...
The function get_solver (
http://www.sagemath.org/doc/reference/sage/numerical/backends/generic_backend.html
) has a parameter named ``constraint_generation``, which is just there to
have the method return the "best solver installed on the machine", except
Coin if constraint generation is necessary. I hoped that perhaps by
changing the backend this limitation would disappear, but well.... I do
not want to say "you can use constraint generation with Coin" if it just
amounts to copy many times the solver. It would just be bad code, nothing
else.
Nathann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12220#comment:29>
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.