%
% Purpose : Definition of the constraint that is required for the
% theory parameters of synchronization.
%
synch_parameter_constraints: THEORY
BEGIN
P: VAR posnat
rho, alpha_l, alpha_u, pi: VAR nonneg_real
P_bound?(P, rho, alpha_l, alpha_u, pi): bool =
(1 + rho) * (pi + max(alpha_l, alpha_u) + P * ((1 + rho) - 1 / (1 + rho))) < P
END synch_parameter_constraints
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet)
¤
|
Haftungshinweis
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.
|