12 lines
395 B
Plaintext
12 lines
395 B
Plaintext
|
|
#################################################################
|
||
|
|
# Testszenario for testing the operator shortest_path
|
||
|
|
#################################################################
|
||
|
|
|
||
|
|
open database berlinmod;
|
||
|
|
|
||
|
|
# Type Constructor gpoint value(<network_id> <route_id> <position> <side>)
|
||
|
|
query shortest_path([const gpoint value(1 1 0.0 1)],[const gpoint value(1 2536 0.0 1)]);
|
||
|
|
|
||
|
|
close database;
|
||
|
|
|