Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/HOL/TPTP/   (Beweissystem Isabelle Version 2025-1©)  Datei vom 16.11.2025 mit Größe 2 kB image not shown  

Quelle  MaSh_Export.thy   Sprache: Isabelle

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


section \<open>MaSh Exporter\<close>

theory MaSh_Export
imports MaSh_Export_Base
begin

ML \<open>
if do_it then
  ignore (Isabelle_System.make_directory (Path.explode prefix))
else
  ()
\<close>

ML \<open>
if do_it then
  generate_mash_suggestions "nb" @{context} params (range, step) thys max_suggestions
    (prefix ^ "mash_nb_suggestions")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_mash_suggestions "knn" @{context} params (range, step) thys max_suggestions
    (prefix ^ "mash_knn_suggestions")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_mepo_suggestions @{context} params (range, step) thys max_suggestions
    (prefix ^ "mepo_suggestions")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_mesh_suggestions max_suggestions (prefix ^ "mash_nb_suggestions")
    (prefix ^ "mepo_suggestions") (prefix ^ "mesh_nb_suggestions")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_mesh_suggestions max_suggestions (prefix ^ "mash_knn_suggestions")
    (prefix ^ "mepo_suggestions") (prefix ^ "mesh_knn_suggestions")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_prover_dependencies @{context} params range thys
    (prefix ^ "mash_nb_prover_dependencies")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_prover_dependencies @{context} params range thys
    (prefix ^ "mash_knn_prover_dependencies")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_mesh_suggestions max_suggestions (prefix ^ "mash_nb_prover_suggestions")
    (prefix ^ "mepo_suggestions") (prefix ^ "mesh_nb_prover_suggestions")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_mesh_suggestions max_suggestions (prefix ^ "mash_knn_prover_suggestions")
    (prefix ^ "mepo_suggestions") (prefix ^ "mesh_knn_prover_suggestions")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_accessibility @{context} thys (prefix ^ "mash_accessibility")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_features @{context} thys (prefix ^ "mash_features")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_isar_dependencies @{context} range thys (prefix ^ "mash_dependencies")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_isar_commands @{context} prover (range, step) thys max_suggestions
    (prefix ^ "mash_commands")
else
  ()
\<close>

ML \<open>
if do_it then
  generate_prover_commands @{context} params (range, step) thys max_suggestions
    (prefix ^ "mash_prover_commands")
else
  ()
\<close>

end

100%


¤ Dauer der Verarbeitung: 0.13 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.