caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: olczyk@interaccess.com (Thaddeus L. Olczyk)
To: caml-list@inria.fr
Subject: [Caml-list] [OT] ICFP and Vornoi diagrams.
Date: Wed, 16 Oct 2002 10:09:59 +0000 (GMT)	[thread overview]
Message-ID: <3daf3aeb.738441953@smtp.interaccess.com> (raw)

Sorry to post something off tipic but since mention of Delauny
triangulations and ICFP appeared here, I thought I would ask
a question that is bothering me.

( I also have no idea where else to ask. )

One of the web sites describes part of their algorithm as:
given a set of packages, we calculate the Vornoi diagram
of their destinations. Now we can find the Vornoi diagram
with a simple algorithm. Iterate over the points. At each 
iteration, for each calculate the region that is distance one 
greater than the previous calculation. When the calculated areas
touch that is a boudary. 

But this involves "painting" every reachable square.
So it is very expensive. On top of it, you have to examine all
posible permuations of packages. So the cost rises steeply.

So it would make sense to use an algorithm to calculate the
Vornoi diagram ( for example, examining the critical points
of the beach line ).But such algorithms only work on "empty" 
plains ie they assume that the line between two points is the 
distance. So it would seen not to be applicable.

 So how can we calculate the Vornoi diagram efrficiently.


-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


                 reply	other threads:[~2002-10-16 10:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3daf3aeb.738441953@smtp.interaccess.com \
    --to=olczyk@interaccess.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).