|
[Date Index]
[Thread Index]
[Author Index]
Re: new Graph function + combinatorica: various problems
- To: mathgroup at smc.vnet.net
- Subject: [mg126375] Re: new Graph function + combinatorica: various problems
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Sat, 5 May 2012 04:11:44 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <ij2v05$7uu$1@smc.vnet.net> <jntg4c$1f$1@smc.vnet.net>
On 2012.05.03. 10:37, another.schmidt at googlemail.com wrote:
> nice. Can anybody tell me a convenient way to convert an explicit Combinatorica graph g to a System Graph g2 without using wrappers?
> Thanks a lot.
> Jesch
>
For a quick solution, you could use something like
System`Graph@Edges[g]
if g is the Combinatorica graph. This will discard the graph layout
(vertex positions on the plane), but will keep the structure (i.e. the
actual graph).
--
Szabolcs Horvát
Visit Mathematica.SE: http://mathematica.stackexchange.com/
Prev by Date:
Re: Series on HypergeometricPFQ
Next by Date:
Re: Error function integral / Wolfram Function reference
Previous by thread:
Re: new Graph function + combinatorica: various problems
Next by thread:
Integration Problem
|