%------------------------------------------------------------------------------ % line_solutions.pvs % ACCoRD v1.0 % % Line solutions are a special case of horizontal solutions. They are % are tangent to the protected zone. In this case, eps determines the % side of the protected zone that the is touched. % It is proven that line solutions satisfy independence and (implicit) % coordination. %------------------------------------------------------------------------------
sp,s2 : VAR Sp_vect2
s,v,v1,v2,v3,
vo,vi,nvo,nvi : VAR Vect2
eps,eps1,eps2 : VAR Sign
t,t2,t3 : VAR real
nzv,nzv1,nzv2 : VAR Nz_vect2
k : VAR real
pk : VAR posreal
tt : VAR nnreal
line_solution?(sp,v,eps):bool =
R(sp)*eps*det(sp,v) = sp*v AND eps*det(sp,v) <= 0
line_solution_det: LEMMA line_solution?(sp,v,eps) IFF (-eps*det(sp,v) = D*norm(v) AND horizontal_entry?(sp,v))
line_solution_scal_unique: LEMMA
line_solution?(sp,nzv1,eps) AND line_solution?(sp,nzv2,eps) AND
sqv(sp) > sq(D) IMPLIES EXISTS (pk:posreal): nzv1 = pk*nzv2
line_solution_coordination : THEOREM
horizontal_conflict?(sp,vo-vi) AND
line_solution?(sp,nvo-vi,eps) AND
line_solution?(-sp,nvi-vo,eps) IMPLIES NOT horizontal_conflict?(sp,nvo-nvi)
line_solution_along_line: LEMMA
det(v1,v2) /= 0IMPLIES LET t1 = ((-eps)*D*norm(v2) - det(sp,v2))/det(v1,v2) IN
(sp + t1*v1)*v2 <= 0IMPLIES line_solution?(sp + t1*v1,v2,eps)
END line_solutions
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.8 Sekunden
(vorverarbeitet am 2026-06-05)
¤
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.