Skip to content

Commit

Permalink
Add DisjointSetUnionCode3.v
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhtrankhanh committed Nov 16, 2024
1 parent cf6b85e commit 31f07b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ theories/DisjointSetUnion.v
theories/CountingBits.v
theories/DisjointSetUnionCode.v
theories/DisjointSetUnionCode2.v
theories/DisjointSetUnionCode3.v
-R generated-coq/ Generated
generated-coq/DisjointSetUnion.v
5 changes: 5 additions & 0 deletions theories/DisjointSetUnionCode3.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
From CoqCP Require Import DisjointSetUnionCode Options.
From stdpp Require Import numbers list.

Lemma maxScoreIsAttainable : interact state (map (fun x => (0%Z, Z.of_nat x)) (seq 1 99)) = 5049%Z.
Proof. reflexivity. Qed.

0 comments on commit 31f07b9

Please sign in to comment.