[sage-support] Re: How to check Mixed Integer Linear Program has no solution

2014-12-16 Thread Dima Pasechnik
On 2014-12-15, pegah Ali wrote: > --=_Part_3151_822295702.1418661065675 > Content-Type: multipart/alternative; > boundary="=_Part_3152_1266595069.1418661065675" > > --=_Part_3152_1266595069.1418661065675 > Content-Type: text/plain; charset=UTF-8 > > Hello Everybody, > > Is there

[sage-support] Re: How to check Mixed Integer Linear Program has no solution

2014-12-15 Thread john_perry_usm
Hello Is there anyway to check is a linear program which has been implemented by > MixedIntegerLinearprogram > has a solution or not. > Try creating & solving your program. If it has no solution, Sage will throw an exception. The exception will contain a message with some information, though