Author Topic: shortest-path-routine  (Read 1731 times)

0 Members and 1 Guest are viewing this topic.

Jeroen

  • Newt
  • Posts: 21
  • BricsCAD & AutoLisp
shortest-path-routine
« on: December 14, 2012, 06:45:59 AM »
I am looking for a shortest-path-routine in Lisp. Based on the Dijkstra's Algorithm or Bellman-ford Algorithm.
Jeroen

Fraiddd

  • Guest
Re: shortest-path-routine
« Reply #1 on: December 14, 2012, 07:25:37 AM »

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: shortest-path-routine
« Reply #2 on: December 14, 2012, 07:28:01 AM »
Do not know the method but here is a solution.
http://www.theswamp.org/index.php?topic=30434.msg360974#msg360974
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Jeroen

  • Newt
  • Posts: 21
  • BricsCAD & AutoLisp
Re: shortest-path-routine
« Reply #3 on: December 14, 2012, 07:42:12 AM »
Very helpfull, thanks.
Jeroen