Files
secondo/Algebras/Network2/testscripte/Test2_ShortPath_Small.SEC
2026-01-23 17:03:45 +08:00

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;