Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  MaSh_Export.thy   Sprache: unbekannt

 
(*  Title:      HOL/TPTP/MaSh_Export.thy
    Author:     Jasmin Blanchette, TU Muenchen
*)


section MaSh Exporter

theory MaSh_Export
imports MaSh_Export_Base
begin

ML 
  do_it then
 ignore (Isabelle_System.make_directory (Path.explode prefix))
 
 ()
 


ML 
  do_it then
 generate_mash_suggestions "nb" @{context} params (range, step) thys max_suggestions
 (prefix ^ "mash_nb_suggestions")
 
 ()
 


ML 
  do_it then
 generate_mash_suggestions "knn" @{context} params (range, step) thys max_suggestions
 (prefix ^ "mash_knn_suggestions")
 
 ()
 


ML 
  do_it then
 generate_mepo_suggestions @{context} params (range, step) thys max_suggestions
 (prefix ^ "mepo_suggestions")
 
 ()
 


ML 
  do_it then
 generate_mesh_suggestions max_suggestions (prefix ^ "mash_nb_suggestions")
 (prefix ^ "mepo_suggestions") (prefix ^ "mesh_nb_suggestions")
 
 ()
 


ML 
  do_it then
 generate_mesh_suggestions max_suggestions (prefix ^ "mash_knn_suggestions")
 (prefix ^ "mepo_suggestions") (prefix ^ "mesh_knn_suggestions")
 
 ()
 


ML 
  do_it then
 generate_prover_dependencies @{context} params range thys
 (prefix ^ "mash_nb_prover_dependencies")
 
 ()
 


ML 
  do_it then
 generate_prover_dependencies @{context} params range thys
 (prefix ^ "mash_knn_prover_dependencies")
 
 ()
 


ML 
  do_it then
 generate_mesh_suggestions max_suggestions (prefix ^ "mash_nb_prover_suggestions")
 (prefix ^ "mepo_suggestions") (prefix ^ "mesh_nb_prover_suggestions")
 
 ()
 


ML 
  do_it then
 generate_mesh_suggestions max_suggestions (prefix ^ "mash_knn_prover_suggestions")
 (prefix ^ "mepo_suggestions") (prefix ^ "mesh_knn_prover_suggestions")
 
 ()
 


ML 
  do_it then
 generate_accessibility @{context} thys (prefix ^ "mash_accessibility")
 
 ()
 


ML 
  do_it then
 generate_features @{context} thys (prefix ^ "mash_features")
 
 ()
 


ML 
  do_it then
 generate_isar_dependencies @{context} range thys (prefix ^ "mash_dependencies")
 
 ()
 


ML 
  do_it then
 generate_isar_commands @{context} prover (range, step) thys max_suggestions
 (prefix ^ "mash_commands")
 
 ()
 


ML 
  do_it then
 generate_prover_commands @{context} params (range, step) thys max_suggestions
 (prefix ^ "mash_prover_commands")
 
 ()
 


end

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

[Dauer der Verarbeitung: 0.11 Sekunden, vorverarbeitet 2026-08-20]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=752002