Skip to content

Commit

Permalink
Try adding a timeLimitMultiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Oct 16, 2024
1 parent 7bc9563 commit e919ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/marshal.i.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ module Marshal
)
}

lemma decode_encode_uint64_seq_id(es: seq<uint64>)
lemma {:timeLimitMultiplier 2} decode_encode_uint64_seq_id(es: seq<uint64>)
ensures (enc_uint64_len(es);
decode_uint64_seq(seq_encode(seq_fmap(encUInt64, es))) == es)
{
Expand Down

0 comments on commit e919ddd

Please sign in to comment.