Changeset 90
- Timestamp:
- 01/15/08 10:30:42 (11 months ago)
- Files:
-
- trunk/extra/tsp/sql/routing_tsp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/extra/tsp/sql/routing_tsp.sql
r43 r90 25 25 CREATE OR REPLACE FUNCTION tsp(sql text, ids varchar, source integer) 26 26 RETURNS SETOF path_result 27 AS '$libdir/ routing_tsp'27 AS '$libdir/librouting_tsp' 28 28 LANGUAGE 'C' IMMUTABLE STRICT;

