Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/ACCoRD/   (PVS Prover Version 6.0.9©)  Datei vom 28.9.2014 mit Größe 884 B image not shown  

Quelle  horizontal_cr.pvs

  Sprache: PVS
 

%------------------------------------------------------------------------------
% horizontal_cr.pvs
% ACCoRD v.1.0
% Horizontal resolution algorithms
%------------------------------------------------------------------------------

horizontal_cr[D:posreal] : THEORY

BEGIN

  IMPORTING gs_line[D], 
            trk_line[D], 
            opt_line[D]

  sp      : VAR Sp_vect2
  vo,vi,
  nvo     : VAR Vect2
  eps     : VAR Sign

  %------------%
  % ALGORITHMS %
  %------------%

  horizontal_cr?(sp,vo,vi,eps)(nvo) : bool =
    gs_line_eps?(sp,vo,vi,eps)(nvo) OR
    trk_line_eps?(sp,vo,vi,eps)(nvo) OR
    opt_line_eps?(sp,vo,vi,eps)(nvo) 

  %--------------------------%
  % LEMMAS                   %
  %--------------------------%

  horizontal_cr_is_line_solution: THEOREM
    horizontal_cr?(sp,vo,vi,eps)(nvo)
    IMPLIES 
      line_solution?(sp,nvo-vi,eps)

END horizontal_cr

Messung V0.5 in Prozent
C=72 H=100 G=86

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-15) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.