invlen routeList > 0 => forall i insetinds routeList
& i < len routeList =>
routeList(i).arrivalLocation = routeList(i+1).departureLocation;
types
public Route ::
departureLocation : CyberRail`String
arrivalLocation : CyberRail`String
fee : real
platform : CyberRail`String
dur : nat
id_route : nat inv r == len r.platform > 0 and len r.arrivalLocation > 0 and len r.departureLocation > 0 and
r.fee >= 0 ;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.