src/Tools/isac/Build_Isac.thy
author Walther Neuper <walther.neuper@jku.at>
Tue, 28 Apr 2020 19:39:06 +0200
changeset 59918 58d9fcc5a712
parent 59904 2e0fa83971e5
child 59919 3a7fb975af9d
permissions -rw-r--r--
move code from struct.Celem to appropriate struct.s
walther@59632
     1
(*  Title:  build the Isac-Kernel: MathEngine & Knowledge
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.
walther@59632
     6
For debugging see text at begin below, e.g. theory dependencies:
walther@59632
     7
  ~$ evince file:///home/wneuper/.isabelle/isabisac/browser_info/Unsorted/Isac/session_graph.pdf &
neuper@52062
     8
wneuper@59586
     9
ATTENTION: no errors in this theory do not mean that there are no errors in Isac ..
walther@59866
    10
.. open theories collecting files from folders: BaseDefinitions.thy, ProgLang.thy etc.
walther@59632
    11
Errors are rigorously detected by isabelle build.
neuper@37906
    12
*)
neuper@37906
    13
wneuper@59347
    14
theory Build_Isac 
wneuper@59206
    15
imports
walther@59887
    16
(*  theory Know_Store imports Complex_Main
walther@59632
    17
      ML_file libraryC.sml
walther@59865
    18
      ML_file theoryC.sml
walther@59875
    19
      ML_file unparseC.sml                                                                                                  
walther@59850
    20
      ML_file "rule-def.sml"
walther@59876
    21
      ML_file thmC.sml
walther@59853
    22
      ML_file "exec-def.sml"
walther@59858
    23
      ML_file "rewrite-order.sml"
walther@59632
    24
      ML_file rule.sml
walther@59858
    25
      ML_file "error-fill-def.sml"
walther@59852
    26
      ML_file "rule-set.sml"
walther@59887
    27
  theory BaseDefinitions imports Know_Store
walther@59632
    28
    ML_file termC.sml
walther@59632
    29
    ML_file contextC.sml
walther@59687
    30
    ML_file environment.sml
walther@59866
    31
*)        "BaseDefinitions/BaseDefinitions"
wneuper@59586
    32
walther@59866
    33
(*    theory Calculate imports "~~/src/Tools/isac/BaseDefinitions/BaseDefinitions"
walther@59902
    34
        ML_file evaluate.sml
walther@59773
    35
walther@59866
    36
      theory ListC imports "~~/src/Tools/isac/BaseDefinitions/BaseDefinitions"
walther@59632
    37
    theory Prog_Expr imports Calculate ListC
walther@59866
    38
      theory Program imports "~~/src/Tools/isac/BaseDefinitions/BaseDefinitions"
walther@59866
    39
      theory Prog_Tac imports "~~/src/Tools/isac/BaseDefinitions/BaseDefinitions"
walther@59866
    40
      theory Tactical imports "~~/src/Tools/isac/BaseDefinitions/BaseDefinitions"
walther@59632
    41
    theory Auto_Prog imports Program Prog_Tac Tactical begin
walther@59632
    42
  theory ProgLang imports Prog_Expr Auto_Prog
neuper@52062
    43
*)        "ProgLang/ProgLang"
wneuper@59600
    44
(*
walther@59674
    45
  theory MathEngBasic imports
walther@59674
    46
    "~~/src/Tools/isac/ProgLang/ProgLang" "~~/src/Tools/isac/Specify/Input_Descript"
walther@59875
    47
    ML_file thmC.sml
walther@59865
    48
    ML_file rewrite.sml
walther@59674
    49
    ML_file "calc-tree-elem.sml"
walther@59632
    50
    ML_file model.sml
walther@59632
    51
    ML_file mstools.sml
walther@59632
    52
    ML_file "specification-elems.sml"
walther@59777
    53
    ML_file "istate-def.sml"
walther@59632
    54
    ML_file tactic.sml
walther@59777
    55
    ML_file position.sml
walther@59674
    56
    ML_file "ctree-basic.sml"
walther@59674
    57
    ML_file "ctree-access.sml"
walther@59674
    58
    ML_file "ctree-navi.sml"
walther@59674
    59
    ML_file ctree.sml
walther@59779
    60
  (*ML_file tactic.sml*)
walther@59777
    61
    ML_file calculation.sml
walther@59674
    62
*)        "MathEngBasic/MathEngBasic"
walther@59674
    63
(*
walther@59866
    64
    theory Input_Descript imports "~~/src/Tools/isac/BaseDefinitions/BaseDefinitions"
walther@59674
    65
  theory Specify imports "~~/src/Tools/isac/ProgLang/ProgLang" Input_Descript
walther@59632
    66
    ML_file ptyps.sml
walther@59632
    67
    ML_file generate.sml
walther@59632
    68
    ML_file calchead.sml
walther@59632
    69
    ML_file appl.sml
walther@59777
    70
    ML_file "step-specify.sml"
walther@59777
    71
    ML_file specify.sml
wneuper@59595
    72
*)        "Specify/Specify"
wneuper@59600
    73
(*
walther@59632
    74
  theory Interpret imports "~~/src/Tools/isac/Specify/Specify"
walther@59777
    75
    ML_file istate.sml
walther@59632
    76
    ML_file rewtools.sml
walther@59794
    77
    ML_file "li-tool.sml"
walther@59632
    78
    ML_file inform.sml
walther@59632
    79
    ML_file "lucas-interpreter.sml"
walther@59794
    80
    ML_file "step-solve.sml"
wneuper@59600
    81
*)        "Interpret/Interpret"
wneuper@59600
    82
(*
walther@59632
    83
  theory MathEngine imports "~~/src/Tools/isac/Interpret/Interpret"
walther@59833
    84
    ML_file "fetch-tactics.sml"
walther@59632
    85
    ML_file solve.sml
walther@59794
    86
    ML_file step.sml
walther@59833
    87
    ML_file "detail-step.sml"
walther@59634
    88
    ML_file "mathengine-stateless.sml"
walther@59632
    89
    ML_file messages.sml
walther@59632
    90
    ML_file states.sml
wneuper@59600
    91
*)        "MathEngine/MathEngine"
wneuper@59600
    92
(*
walther@59814
    93
  theory Test_Code imports "~~/src/Tools/isac/MathEngine/MathEngine"
walther@59814
    94
    ML_file "test-code.sml"
walther@59814
    95
*)        "Test_Code/Test_Code"
walther@59814
    96
(*
walther@59632
    97
  theory BridgeLibisabelle imports "~~/src/Tools/isac/MathEngine/MathEngine"
walther@59632
    98
    ML_file mathml.sml
walther@59632
    99
    ML_file datatypes.sml
walther@59632
   100
    ML_file "pbl-met-hierarchy.sml"
walther@59632
   101
    ML_file "thy-hierarchy.sml" 
walther@59632
   102
    ML_file "interface-xml.sml"
walther@59632
   103
    ML_file interface.sml
walther@59614
   104
*)        "BridgeLibisabelle/BridgeLibisabelle"
wneuper@59147
   105
walther@59612
   106
          "Knowledge/Build_Thydata" (*imports Isac.thy etc*)
wneuper@59469
   107
wneuper@59601
   108
(*//-----------------------------------------------------------------------------------------\\*)
wneuper@59601
   109
(*\\-----------------------------------------------------------------------------------------//*)
neuper@48763
   110
begin
neuper@48760
   111
wneuper@59472
   112
text \<open>
neuper@55276
   113
  show theory dependencies using the graph browser, 
neuper@55276
   114
  open "browser_info/HOL/Isac/session.graph"
neuper@55276
   115
  and proceed from the ancestors towards the siblings.
wneuper@59472
   116
\<close>
neuper@55276
   117
wneuper@59472
   118
section \<open>check presence of definitions from directories\<close>
neuper@48763
   119
wneuper@59263
   120
(*declare [[ML_print_depth = 999]]*)
wneuper@59472
   121
ML \<open>
wneuper@59472
   122
\<close> ML \<open>
wneuper@59587
   123
\<close> ML \<open>
wneuper@59472
   124
\<close>
walther@59902
   125
ML \<open>Eval.adhoc_thm; (*from "ProgLang/evaluate.sml" *)\<close>
wneuper@59472
   126
ML \<open>Rewrite.rewrite_; (*from "ProgLang/rewrite.sml" *)\<close>
wneuper@59595
   127
ML \<open>Input_Descript.is_reall_dsc; (*from "ProgLang/scrtools.sml" *)\<close>
walther@59814
   128
ML \<open>Test_Code.me;\<close>
walther@59613
   129
text \<open>contextthyOK2xml; (*"xmlsrc/interface-xml.sml"*)\<close>
walther@59801
   130
ML \<open>prog_expr\<close>
wneuper@59562
   131
                                                         
walther@59603
   132
ML \<open>Prog_Expr.eval_occurs_in\<close>
walther@59603
   133
ML \<open>@{thm last_thmI}\<close>
wneuper@59472
   134
ML \<open>@{thm Querkraft_Belastung}\<close>
neuper@41905
   135
walther@59904
   136
ML \<open>Check_Unique.on := false;\<close>
wneuper@59472
   137
ML \<open>writeln "**** isac kernel = math-engine + Knowledge complete ******"\<close>
wneuper@59592
   138
ML \<open>@{theory "Isac_Knowledge"}\<close>
wneuper@59472
   139
ML \<open>(*get_the ["IsacKnowledge", "Diff", "Theorems", "diff_sin_chain"]
wneuper@59472
   140
  ERROR: app_py: not found: ["IsacKnowledge","Diff","Theorems","diff_sin_chain"]*)\<close>
neuper@42412
   141
wneuper@59472
   142
section \<open>State of approaching Isabelle by Isac\<close>
wneuper@59472
   143
text \<open>
neuper@55431
   144
  Mathias Lehnfeld gives the following list in his thesis in section 
neuper@55431
   145
  4.2.3 Relation to Ongoing Isabelle Development.
wneuper@59472
   146
\<close>
wneuper@59472
   147
subsection \<open>(0) Survey on remaining Unsynchronized.ref\<close>
wneuper@59472
   148
text \<open>
walther@59887
   149
  REPLACE BY Know_Store... (has been overlooked)
neuper@55433
   150
    calcelems.sml:val rew_ord' = Unsynchronized.ref ...
neuper@55433
   151
  KEEP FOR TRACING
walther@59901
   152
    rewrite.sml:val Rewrite.trace_on = Unsynchronized.ref false;
walther@59901
   153
    rewrite.sml:val depth = Unsynchronized.ref 99999;
walther@59901
   154
    rewrite.sml:val lim_rewrite = Unsynchronized.ref 99999;
walther@59901
   155
    rewrite.sml:val lim_deriv = Unsynchronized.ref 100;
walther@59901
   156
    Interpret/rewtools.sml:val LItool.trace = Unsynchronized.ref false;
neuper@55433
   157
  KEEP FOR EASIER DEVELOPMENT
neuper@55433
   158
    calcelems.sml:val check_guhs_unique = Unsynchronized.ref true;
neuper@55433
   159
  KEEP FOR DEMOS
neuper@55433
   160
    Knowledge/GCD_Poly_ML.thy:  val trace_div = Unsynchronized.ref true;
neuper@55433
   161
    Knowledge/GCD_Poly_ML.thy:  val trace_div_invariant = Unsynchronized.ref false;
neuper@55433
   162
    Knowledge/GCD_Poly_ML.thy:  val trace_Euclid = Unsynchronized.ref true;
wneuper@59472
   163
\<close>
wneuper@59472
   164
subsection \<open>(1) Exploit parallelism for concurrent session management\<close>
wneuper@59472
   165
subsection \<open>(2) Make Isac’s programming language usable\<close>
wneuper@59472
   166
subsection \<open>(3) Adopt Isabelle’s numeral computation for Isac\<close>
wneuper@59472
   167
text \<open>
neuper@55431
   168
  In 2002 isac already strived for floating point numbers. Since that time
neuper@55431
   169
  isac represents numerals as "Free", see below (*1*). These experiments are
neuper@55431
   170
  unsatisfactory with respect to logical soundness.
neuper@55431
   171
  Since Isabelle now has started to care about floating point numbers, it is high 
neuper@55431
   172
  time to adopt these together with the other numerals. Isabelle2012/13's numerals
neuper@55431
   173
  are different from Isabelle2011, see "test/Tools/isac/ProgLang/termC.sml".
neuper@55431
   174
  
neuper@55431
   175
  The transition from "Free" to standard numerals is a task to be scheduled for 
neuper@55431
   176
  several weeks. The urgency of this task follows from the experience, 
neuper@55431
   177
  that (1.2) for "thehier" is very hard, because "num_str" seems to destroy 
neuper@55431
   178
  some of the long identifiers of theorems which would tremendously simplify
neuper@55431
   179
  building a hierarchy of theorems according to (1.2), see (*2*) below.
wneuper@59472
   180
\<close>
wneuper@59472
   181
ML \<open>(*1*) Free ("123.456", HOLogic.realT)\<close>
neuper@55484
   182
wneuper@59472
   183
subsection \<open>(4) Improve the efficiency of Isac’s rewrite-engine\<close>
wneuper@59472
   184
subsection \<open>(5) Adopt Isabelle/jEdit for Isac\<close>
neuper@55431
   185
neuper@37906
   186
end