#8880: CPLEX can now be silenced
-------------------------+--------------------------------------------------
Reporter: ncohen | Owner: jason, jkantor
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.4.1
Component: numerical | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------+--------------------------------------------------
Comment(by jason):
Design-wise, it seems a little uncomfortable to have all extra keywords
passed on to the solvers. How annoying would it be to have a solver_opt
keyword for options passed down? So something like:
edge_cut(solver_opt=dict(option1=true, option2='solve fast', option3=5))
or
edge_cut(solver_opt={'option1': true, 'option2': 'solve fast', 'option3':
5})
instead of
edge_cut(option1=true, option2='solve fast', option3=5)
It involves a bit more typing, but it seems like a much cleaner
design.[[BR]]
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8880#comment:4>
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.