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: [mg111470] Re: MinCut crashes the Mathematica kernel
  • From: Leonid Shifrin <lshifr at gmail.com>
  • Date: Mon, 2 Aug 2010 07:06:38 -0400 (EDT)

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


  • Prev by Date: Re: MinCut crashes the Mathematica kernel
  • Next by Date: Re: Disable save in player pro
  • Previous by thread: Re: MinCut crashes the Mathematica kernel
  • Next by thread: Re: MinCut crashes the Mathematica kernel