Skip to content

Commit

Permalink
Uncomment large constants in vcgen_25
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Nov 24, 2022
1 parent c9db1bd commit 5af6e05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/lra_examples.v
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ Lemma vcgen_25 (n m jt j it i : F) :
1 * it + -(2%:R) * i + -(1%:R) = 0 ->
1 * jt + -(2%:R) * j + -(1%:R) = 0 ->
1 * n + -(10%:R) = 0 ->
0 <= (* -(4028%:R) * i + *) 6222%:R * j + 705%:R * m + -(16674%:R) ->
0 <= -(418%:R) * i + 651%:R * j + 94 %:R * m (* + -(1866%:R) *) ->
0 <= -(4028%:R) * i + 6222%:R * j + 705%:R * m + -(16674%:R) ->
0 <= -(418%:R) * i + 651%:R * j + 94 %:R * m + -(1866%:R) ->
0 <= -(209%:R) * i + 302%:R * j + 47%:R * m + -(839%:R) ->
0 <= -(1%:R) * i + 1 * j + -(1%:R) ->
0 <= -(1%:R) * j + 1 * m + 0 ->
Expand All @@ -167,7 +167,6 @@ Lemma vcgen_25 (n m jt j it i : F) :
0 <= 1 * i + 0 ->
0 <= 121%:R * i + 810%:R * j + -(7465%:R) * m + 64350%:R ->
1 = -(2%:R) * i + it.
(* some constants commented out because they are very slow to parse *)
Proof.
move=> *.
lra.
Expand Down

0 comments on commit 5af6e05

Please sign in to comment.