Skip to content

Commit

Permalink
Comment out computation in Picard
Browse files Browse the repository at this point in the history
  • Loading branch information
bmsherman committed Mar 1, 2016
1 parent ed87007 commit 55dc222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ode/Picard.v
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ rewrite abs.abs_nonneg; [reflexivity |].
change (0 <= 1 # 2)%Q. auto with qarith.
Qed.

(*
(* native_compute needs 8.5 *)
Time Eval vm_compute in (answer 2 (` (picard_iter 2 half))). (* 10 minutes *)
Time Compute answer 1 (` (f half)). (* Too long *)
Expand Down

0 comments on commit 55dc222

Please sign in to comment.