#20416: Various callers of MixedIntegerLinearProgram should accept and pass 
through
a solver argument
---------------------------+----------------------------
   Reporter:  mkoeppe      |            Owner:
       Type:  enhancement  |           Status:  new
   Priority:  major        |        Milestone:  sage-7.2
  Component:  numerical    |         Keywords:  lp
  Merged in:               |          Authors:
  Reviewers:               |  Report Upstream:  N/A
Work issues:               |           Branch:
     Commit:               |     Dependencies:
   Stopgaps:               |
---------------------------+----------------------------
 {{{
 src/sage/combinat/designs/orthogonal_arrays.py:1446:    p =
 MixedIntegerLinearProgram()
 src/sage/combinat/designs/orthogonal_arrays_build_recursive.py:365:    p =
 MixedIntegerLinearProgram()
 src/sage/combinat/integer_vector.py:361:          p =
 MixedIntegerLinearProgram()
 src/sage/combinat/posets/posets.py:2730:            p =
 MixedIntegerLinearProgram(constraint_generation=True)
 src/sage/geometry/cone.py:4328:        p =
 MixedIntegerLinearProgram(maximization=False)
 src/sage/graphs/comparability.pyx:439:    p = MixedIntegerLinearProgram()
 src/sage/graphs/digraph.py:1498:            p =
 MixedIntegerLinearProgram(constraint_generation = True,
 src/sage/graphs/generic_graph.py:7137:            p =
 MixedIntegerLinearProgram(maximization = False,
 src/sage/graphs/generic_graph.py:7589:            p =
 MixedIntegerLinearProgram(constraint_generation = True,
 src/sage/matroids/matroid.pyx:7041:        MIP =
 MixedIntegerLinearProgram(maximization=False)
 src/sage/numerical/optimize.py:801:    p=MixedIntegerLinearProgram()
 src/sage/sat/solvers/sat_lp.py:33:        self._LP =
 MixedIntegerLinearProgram()
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/20416>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to