Helper
dsdp_max_fuel_ok
Signature
Lemma dsdp_max_fuel_ok : [> dsdp_saprocs] = 27.
Description
Fuel bound computed from program structure: - palice: 15 (7*Init + 2*Recv_enc + 2*Send + Recv_dec + Ret=2) - pbob: 7 (2*Init + Send + Recv_dec + Recv_enc + Send + Finish=1) - pcharlie: 6 (2*Init + Send + Recv_dec + Send + Finish=1) Total: 15 + 7 + 6 = 28, but actually computed as 27
Uses (0)
This lemma does not use any other lemmas from the stats.
Used By (0)
No lemmas in the stats use this lemma.
Coq Source Code
View on GitHubLoading source code...