Re: GraphComplement doesn't work in 7.0
- To: mathgroup at smc.vnet.net
- Subject: [mg97092] Re: GraphComplement doesn't work in 7.0
- From: dh <dh at metrohm.com>
- Date: Thu, 5 Mar 2009 04:53:54 -0500 (EST)
- References: <golr38$qdo$1@smc.vnet.net>
Hi tangarine,
I think your syntax is wrong. GraphComplement does work, e.g.:
ShowGraph@Star[4]
ShowGraph@GraphComplement@Star[4]
Daniel
Tangerine Luo wrote:
> I find some functions do not work in mathematica 7.0. Why?
> are some function not implemented yet?
> << Combinatorica`
> In[4]:= GraphComplement[{1 -> 2}]
>
> Out[4]= GraphComplement[{1 -> 2}]
>