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

Quelle  unsat_constraints.v   Sprache: Coq

 
Require Import Ltac2.Ltac2.

Import Constr.
Import Unsafe.

Polymorphic Axiom foo@{u v w | u < v, u <= w, v < w} : Prop.

Polymorphic Axiom bar@{u v w | } : Prop.

Universes u v w.

Constraint u < v.

Lemma baz : Prop.
Proof.
  (* easiest way to get unsatisfied constraints *)
  match kind 'bar@{u v w}, kind 'foo  with
  | Constant _ u, Constant c _ => Std.exact_no_check (make (Constant c u))
  | _ => Control.throw Assertion_failure
  end.
  (* should mention u <= w and v < w but not u < v *)
  Fail Defined.
Abort.

Messung V0.5
C=92 H=100 G=95

¤ 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 und die Messung sind noch experimentell.