On 25/04/15 12:03, Nathann Cohen wrote:
I have COIN-OR installed on my computer and hence MILP chooses it as a
default:
{{{
sage: default_mip_solver()
'Coin'
}}}
(it would have been GLPK otherwise)

It is annoying since as a consequence the following fails:


What is your question?

Nope. It was just a report that the long doctest fails. It is annoying when running a patchbot since it is not testing a "standard" Sage installation.

But questions:
- is the coin-or answer reasonable?
- should we increase the tolerance in that particular place?

> Do you want to change the way the default solved is
picked?

Of course not!

Note that you can 'force' the default MIP solver by adding a line to
~/.sage/init.sage:

sage.numerical.backends.generic_backend.default_solver="Glpk"

Might be useful.

Vincent

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to