s,v : VAR Vect2
sp : VAR Sp_vect2
ss : VAR Ss_vect2
nzv : VAR Nz_vect2
t : VAR nnreal
detection_2D_inf(s,nzv) : [nnreal,nnreal] = IF Delta(s,nzv) > 0 THEN LET tin = Theta_D(s,nzv,Entry),
tout = Theta_D(s,nzv,Exit) IN
(max(tin,0),max(tout,0)) ELSE
(0,0) ENDIF
detection_2D_inf_correct : THEOREM LET (tin,tout) = detection_2D_inf(s,nzv) IN
tin < t AND t < tout IMPLIES horizontal_los?(s+t*nzv)
detection_2D_inf_complete : THEOREM LET (tin,tout) = detection_2D_inf(s,nzv) IN
horizontal_los?(s+t*nzv) IMPLIES tin <= t AND t <= tout AND tin < tout
conflict_detection_2D_inf : THEOREM LET (tin,tout) = detection_2D_inf(s,nzv) IN
horizontal_conflict?(s,nzv) IFF tin < tout
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.