MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: MinCut crashes the Mathematica kernel

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111507] Re: MinCut crashes the Mathematica kernel
  • From: "S. B. Gray" <stevebg at ROADRUNNER.COM>
  • Date: Tue, 3 Aug 2010 06:41:59 -0400 (EDT)
  • References: <i368rf$rcg$1@smc.vnet.net>
  • Reply-to: stevebg at ROADRUNNER.COM

On 8/2/2010 4:06 AM, Leonid Shifrin wrote:
> Jon,
>
> Your example runs fine for me (M7.0.0):
>
> In[15]:= Needs["GraphUtilities`"]
>
> In[16]:= MinCut[{1 ->  2}, 2]
>
> Out[16]= {{1}, {2}}
>
> Have no data on 7.0.1 though.
>
> Regards,
> Leonid
>
>
> On Sun, Aug 1, 2010 at 12:56 PM, Jon Harrop<usenet at ffconsultancy.com>wrote:
>
>> Whenever I call the MinCut function the Mathematica (7.0.1) kernel dies.
>> Even with trivial examples like:
>>
>>   MinCut[{1 ->  2}, 2]
>>
>> Does everyone else observe this?
>>
>> --
>> Dr Jon Harrop, Flying Frog Consultancy Ltd.
>> http://www.ffconsultancy.com
>>
>>
>>
Works for me too but it takes a couple of seconds.

Steve Gray


  • Prev by Date: Re: MinCut crashes the Mathematica kernel
  • Next by Date: Re: MinCut crashes the Mathematica kernel
  • Previous by thread: Re: MinCut crashes the Mathematica kernel
  • Next by thread: Re: MinCut crashes the Mathematica kernel