Skip to content
Snippets Groups Projects
Unverified Commit 50e4e789 authored by Benjamin Loison's avatar Benjamin Loison
Browse files

Make the code ready to debug `--verify-online-property`

parent d32385a0
Branches
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ for height in range(headersNumber):
if args.verify_online_property:
C += [b]
Π_online, previous_score_online, previous_ℓ_online = Compress(m, k, copy.deepcopy(C), previous_score_online, previous_ℓ_online)
if False:#Π != Π_online:
if Π != Π_online:
print("Online property doesn't hold!")
for id_, Π, previous_score, previous_ℓ in [
['Iterative', Π, previous_score, previous_ℓ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment