Skip to content

Commit

Permalink
Reduce [big] parameter in alternating sum length computation
Browse files Browse the repository at this point in the history
  • Loading branch information
bmsherman committed Mar 1, 2016
1 parent 6411967 commit ed87007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reals/faster/ARAlternatingSum.v
Expand Up @@ -206,7 +206,7 @@ pick [big] such that computation will suffer from the implementation limits of C
(e.g. a stack overflow) or runs out of memory, before we ever refer to the proof.
*)

Definition big := Eval vm_compute in (Z.nat_of_Z 50000).
Definition big := Eval vm_compute in (Z.nat_of_Z 5000).
Obligation Tactic := idtac.
Program Definition ARInfAltSum_length (k : Z) : nat := 4 + takeUntil_length
(λ s, AQball_bool k (hd s) 0)
Expand Down

0 comments on commit ed87007

Please sign in to comment.