Yoooooooooo !

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? Do you want to change the way the default solved is 
picked?

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"

Nathann

-- 
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