Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/test-suite/complexity/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 333 B image not shown  

Quelle  guard_illegal_call.v   Sprache: Coq

 
(* Examples to check that the guard condition does not evaluate
   irrelevant subterms *)

(* Expected time < 1.00s *)

Fixpoint slow n (s:bool) :=
 match n with
 | 0 => true
 | S k => andb (slow k s) (slow k s)
 end.

Timeout 5 Time Fixpoint F s n :=
  match n with
  | 0 => fun _ => 0
  | S k => fun s' => F s k
  end (slow 100 s).

64%


¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.