%------------------------------------------------------------------------------ % 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)
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 ist noch experimentell.