12 lines
395 B
Plaintext
12 lines
395 B
Plaintext
#################################################################
|
|
# Testszenario for testing the operator shortest_path
|
|
#################################################################
|
|
|
|
open database networktest;
|
|
|
|
# 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 10 0.0 1)]);
|
|
|
|
close database;
|
|
|