[sage-support] COIN Linear Programming

2010-01-29 Thread Tyler
Hi! I'm trying to use COIN to solve a MixedIntegerLinearProgram in sage. When I get to the command sage: p.solve(solver=Coin) I get an error saying Coin/CBC is not installed and cannot be used to solve this MixedIntegerLinearProgram. To install it, you can type in Sage: install_package('cbc')

Re: [sage-support] COIN Linear Programming

2010-01-29 Thread Minh Nguyen
Hi Tyler, On Sat, Jan 30, 2010 at 3:20 AM, Tyler tseacr...@gmail.com wrote: SNIP However, I have installed Coin/CBC. And in fact, if I try the command sage: install_package('cbc') I get an error saying Package is already installed. So one part of sage thinks it is installed, while