-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
On Tuesday 26 June 2007 22:20:03 Casey Peel via RT wrote:
Show quoted text> Tue Jun 26 16:20:01 2007: Request 27759 was acted upon.
> Transaction: Ticket created by cpeel@us.ibm.com
> Queue: Graph-Easy
> Subject: v0.55 - ability to adjust layout time limit
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: cpeel@us.ibm.com
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=27759 >
>
>
>
> Today I was looking for a way to easily output an ASCII-art version of an
> internally-used graph structure. Graph::Easy fit the bill *perfectly*,
> but, alas the layout engine is stopping before being able to output the
> graph (message is: layout did not finish in time).
>
> According to the FAQ there is a hard-coded limit of 5 seconds for the
> layout to complete. For my purposes, I'm more than happy to wait much
> longer than 5 seconds for this to complete. It would be nice to be able
> to specify the limit instead of having it hard-coded at 5 seconds. Not
> looking for it to be faster necessarily -- just that it be allowed to run
> for longer than 5 seconds without recompiling it. Using graphviz export
> isn't an option since graphviz doesn't appear to be able to do ASCII-art.
It depends on how you do the layout:
* with Graph::Easy in Perl use:
my $graph Graph::Easy->new();
$graph->timeout(60); # 60 seconds
* with graph-easy on the command line:
graph-easy input.txt --timeout=60
Please not that in both cases the layout may not finish due to:
* the graph being too complicated for the layouter. if so, please report
this as a bug so I can fix it!
* the layouter running into an endless loop - please report this too!
In these case you can try to simplify the graph a bit, and see if this
helps. I am sorry, but the current layouter really needs some work!
(I intend to focus next weekend on Graph::Easy again, as my BigInt is now
finished after todays round of heavy working :)
Thanx for using my work,
Tels
- --
Signed on Tue Jun 26 23:26:13 2007 with key 0x93B84C15.
Get one of my photo posters:
http://bloodgate.com/posters
PGP key on
http://bloodgate.com/tels.asc or per email.
"I don't remember which consonant to put the heavy-metal umlaut over, so
"Spinal Tap" will have to do. Just take a cue from Mötlëy Crüë - thë
mörë ümläüts, thë härdër yøü røck. It's some kind of rule or something.
Or was it "the more umlauts, the harder you suck"? I can never
remember..."
-- general_re (8883) in
http://slashdot.org/comments.pl?sid=113396&cid=9604233
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iQEVAwUBRoGFYHcLPEOTuEwVAQLAawf9FPbfHByyMK0slVM5tCf3UhDe4cf+f/o7
bKvwPo88HsiVZrPX4E/abitrvcJFSgHquwDcKoLDurWMM3UFwCtusjq0eSCqNBZy
jjhR/Wj/2KEqEBvy0681JiiHI+V5rR6+nH0N4p7UY7srKIWAV3U2rff4/+Q8cgQ8
oygiw2uCNIrYr65h5ezckoZo6KoqR4K86XdvWo8biuZKx0KIdgoO/TACTajz8oL2
A4aSBaromc7X0Y5em4ylVWe1oSXrS6JZdRXBdDVOn0ajuriFcsvwn51eXlrDcpts
ln8ygNa5T7Ko/gYbGAbde5jY58JrG+Bo8JYuPQrX4XIyagTMrgTxLw==
=1R0+
-----END PGP SIGNATURE-----