src/Tools/isac/Build_Isac.thy
author Walther Neuper <wneuper@ist.tugraz.at>
Tue, 06 Feb 2018 15:26:05 +0100
changeset 59347 a096f5696f0d
parent 59344 9d8fdd37a9cd
child 59374 e09675b375fd
permissions -rw-r--r--
Isabelle2015->17: Build_Isac works again
wneuper@59344
     1
(*  Title:  build the Isac Mathengine
neuper@38057
     2
    Author: Walther Neuper, TU Graz, 100808
neuper@38051
     3
   (c) due to copyright terms
neuper@38051
     4
neuper@52062
     5
For creating a heap image of isac see ~~/ROOT.
wneuper@59344
     6
For debugging see text at begin (theory dependencies!)
neuper@52062
     7
neuper@52062
     8
ATTENTION: no errors in this theory do not mean that there are no errors in Isac;
neuper@52062
     9
errors are rigorously detected when creating a heap.
neuper@37906
    10
*)
neuper@37906
    11
wneuper@59347
    12
theory Build_Isac 
wneuper@59206
    13
imports
wneuper@59182
    14
(* structure inherited from migration which began with Isabelle2009. improve?
wneuper@59182
    15
          theory KEStore
wneuper@59182
    16
            ML_file "~~/src/Tools/isac/library.sml"
wneuper@59182
    17
            ML_file "~~/src/Tools/isac/calcelems.sml"
wneuper@59182
    18
        theory ListC 
wneuper@59206
    19
          imports "~~/src/Tools/isac/KEStore"
wneuper@59182
    20
          ML_file "~~/src/Tools/isac/ProgLang/termC.sml"
wneuper@59182
    21
          ML_file "~~/src/Tools/isac/ProgLang/calculate.sml"
wneuper@59182
    22
          ML_file "~~/src/Tools/isac/ProgLang/rewrite.sml"
wneuper@59182
    23
      theory Tools imports ListC begin
wneuper@59182
    24
    theory Script imports Tools begin
wneuper@59182
    25
  theory ProgLang imports Script
wneuper@59182
    26
    ML_file "~~/src/Tools/isac/ProgLang/scrtools.sml"
neuper@52062
    27
*)        "ProgLang/ProgLang"
neuper@48761
    28
neuper@48763
    29
(* use    "Interpret/mstools.sml"
neuper@48763
    30
   use    "Interpret/ctree.sml"
neuper@48763
    31
   use    "Interpret/ptyps.sml"
wneuper@59106
    32
   use    "Interpret/generate.sml"                               
neuper@48763
    33
   use    "Interpret/calchead.sml"
neuper@48763
    34
   use    "Interpret/appl.sml"
neuper@48763
    35
   use    "Interpret/rewtools.sml"
neuper@48763
    36
   use    "Interpret/script.sml"
neuper@48763
    37
   use    "Interpret/solve.sml"
neuper@48763
    38
   use    "Interpret/inform.sml"
neuper@48763
    39
   use    "Interpret/mathengine.sml"
neuper@52062
    40
*)        "Interpret/Interpret"
neuper@48761
    41
neuper@52062
    42
(* use    "xmlsrc/mathml.sml"
neuper@48762
    43
   use    "xmlsrc/datatypes.sml"
neuper@41905
    44
   use    "xmlsrc/pbl-met-hierarchy.sml"
neuper@48895
    45
   use    "xmlsrc/thy-hierarchy.sml"                               
neuper@41905
    46
   use    "xmlsrc/interface-xml.sml"
neuper@52062
    47
*)        "xmlsrc/xmlsrc"
neuper@41905
    48
neuper@48763
    49
(* use     "Frontend/messages.sml"
neuper@41905
    50
   use     "Frontend/states.sml"
neuper@41905
    51
   use     "Frontend/interface.sml"
neuper@41905
    52
neuper@41905
    53
   use     "print_exn_G.sml"
neuper@52062
    54
*)         "Frontend/Frontend"
wneuper@59147
    55
wneuper@59147
    56
           "Knowledge/Build_Thydata" (*imports Isac.thy etc*)
wneuper@59147
    57
wneuper@59146
    58
           (* the Protocol for the connection isac-java -- Isabelle/Isac is built separately:
wneuper@59146
    59
              libisabelle$ /usr/local/isabisac/bin/isabelle build -D . -bv
wneuper@59148
    60
              here we partly check consistency libisabelle/Isac -- Isabelle/Isac: *)
wneuper@59191
    61
           (*"~~/libisabelle-protocol/isabelle-2015/Protocol"*)
neuper@48763
    62
begin
neuper@48760
    63
neuper@55276
    64
text {* 
neuper@55276
    65
  show theory dependencies using the graph browser, 
neuper@55276
    66
  open "browser_info/HOL/Isac/session.graph"
neuper@55276
    67
  and proceed from the ancestors towards the siblings.
neuper@55276
    68
*}
neuper@55276
    69
neuper@55431
    70
section {*check presence of definitions from directories*}
neuper@48763
    71
wneuper@59263
    72
(*declare [[ML_print_depth = 999]]*)
wneuper@59152
    73
ML {*
wneuper@59152
    74
*} ML {*
wneuper@59152
    75
*}
neuper@41905
    76
ML {* is_reall_dsc; (*from "ProgLang/scrtools.sml" *) *}
wneuper@59261
    77
ML {* Math_Engine.me; (*from "Interpret/mathengine.sml"*) *}
neuper@41905
    78
ML {* contextthyOK2xml; (*"xmlsrc/interface-xml.sml"*) *}
neuper@41905
    79
ML {* print_exn_unit *}
neuper@48880
    80
ML {* list_rls (*from Atools.thy WN130615??? or ProgLang???*) *}
neuper@48763
    81
neuper@41905
    82
ML {* eval_occurs_in (*from Atools.thy*) *}
neuper@41905
    83
ML {* @{thm last_thmI} (*from Atools.thy*) *}
neuper@41931
    84
ML {*@{thm Querkraft_Belastung}*}
neuper@41905
    85
neuper@38009
    86
ML {* check_guhs_unique := false; *}
neuper@48880
    87
ML {* writeln "**** isac kernel = math-engine + Knowledge complete ******" *}
neuper@41943
    88
ML {* @{theory "Isac"} *}
neuper@55454
    89
ML {* (*get_the ["IsacKnowledge", "Diff", "Theorems", "diff_sin_chain"]
neuper@55454
    90
  ERROR: app_py: not found: ["IsacKnowledge","Diff","Theorems","diff_sin_chain"]*) *}
neuper@42412
    91
neuper@55431
    92
section {* State of approaching Isabelle by Isac *}
neuper@55431
    93
text {* 
neuper@55431
    94
  Mathias Lehnfeld gives the following list in his thesis in section 
neuper@55431
    95
  4.2.3 Relation to Ongoing Isabelle Development.
neuper@55431
    96
*}
neuper@55431
    97
subsection {* (0) Survey on remaining Unsynchronized.ref *}
neuper@55433
    98
text {*
neuper@55433
    99
  REPLACE BY KEStore... (has been overlooked)
neuper@55433
   100
    calcelems.sml:val rew_ord' = Unsynchronized.ref ...
neuper@55433
   101
  KEEP FOR TRACING
neuper@55433
   102
    calcelems.sml:val trace_rewrite = Unsynchronized.ref false;
neuper@55433
   103
    calcelems.sml:val depth = Unsynchronized.ref 99999;
neuper@55433
   104
    calcelems.sml:val lim_rewrite = Unsynchronized.ref 99999;
neuper@55433
   105
    calcelems.sml:val lim_deriv = Unsynchronized.ref 100;
neuper@55433
   106
    Interpret/script.sml:val trace_script = Unsynchronized.ref false;
neuper@55433
   107
  KEEP FOR EASIER DEVELOPMENT
neuper@55433
   108
    calcelems.sml:val check_guhs_unique = Unsynchronized.ref true;
neuper@55433
   109
  KEEP FOR DEMOS
neuper@55433
   110
    Knowledge/GCD_Poly_ML.thy:  val trace_div = Unsynchronized.ref true;
neuper@55433
   111
    Knowledge/GCD_Poly_ML.thy:  val trace_div_invariant = Unsynchronized.ref false;
neuper@55433
   112
    Knowledge/GCD_Poly_ML.thy:  val trace_Euclid = Unsynchronized.ref true;
neuper@55433
   113
*}
neuper@55431
   114
subsection {* (1) Exploit parallelism for concurrent session management *}
neuper@55431
   115
subsection {* (2) Make Isac’s programming language usable *}
neuper@55431
   116
subsection {* (3) Adopt Isabelle’s numeral computation for Isac *}
neuper@55431
   117
text {* 
neuper@55431
   118
  In 2002 isac already strived for floating point numbers. Since that time
neuper@55431
   119
  isac represents numerals as "Free", see below (*1*). These experiments are
neuper@55431
   120
  unsatisfactory with respect to logical soundness.
neuper@55431
   121
  Since Isabelle now has started to care about floating point numbers, it is high 
neuper@55431
   122
  time to adopt these together with the other numerals. Isabelle2012/13's numerals
neuper@55431
   123
  are different from Isabelle2011, see "test/Tools/isac/ProgLang/termC.sml".
neuper@55431
   124
  
neuper@55431
   125
  The transition from "Free" to standard numerals is a task to be scheduled for 
neuper@55431
   126
  several weeks. The urgency of this task follows from the experience, 
neuper@55431
   127
  that (1.2) for "thehier" is very hard, because "num_str" seems to destroy 
neuper@55431
   128
  some of the long identifiers of theorems which would tremendously simplify
neuper@55431
   129
  building a hierarchy of theorems according to (1.2), see (*2*) below.
neuper@55431
   130
*}
neuper@55431
   131
ML {*(*1*) Free ("123.456", HOLogic.realT) *}
neuper@55484
   132
neuper@55431
   133
subsection {* (4) Improve the efficiency of Isac’s rewrite-engine *}
neuper@55431
   134
subsection {* (5) Adopt Isabelle/jEdit for Isac *}
neuper@55431
   135
neuper@37906
   136
end