Ticket #210 (new defect)

Opened 5 months ago

Last modified 5 months ago

TSP

Reported by: maxtergerman Owned by: somebody
Priority: major Milestone:
Component: TSP Version: 1.03
Keywords: Cc:

Description

ERROR: Number of points exeeds max number.

This is an erroes that I have with tsp algoritm.

What is the maximun number for tsp?

Change History

follow-up: ↓ 2   Changed 5 months ago by daniel

The maximum number should be set to 40: /browser/trunk/extra/tsp/src/tsp.h#L23

You could change this an recompile, but if this value is going to be too high, calculation might take very long or fail.

in reply to: ↑ 1   Changed 5 months ago by maxtergerman

Replying to daniel:

The maximum number should be set to 40: /browser/trunk/extra/tsp/src/tsp.h#L23 You could change this an recompile, but if this value is going to be too high, calculation might take very long or fail.

So, How I compile this in windows 2003 server??

  Changed 5 months ago by maxtergerman

So, How I compile this in windows 2003 server??

My Postgres installation is in Windows 2003 server, can you help me?

  Changed 5 months ago by maxtergerman

Can I optimize the TSP with multiples calls and shortest_path?

Note: See TracTickets for help on using tickets.