src/HOL/Matrix_LP/Compute_Oracle/Compute_Oracle.thy
author paulson <lp15@cam.ac.uk>
Fri, 30 Sep 2016 14:05:51 +0100
changeset 63967 2aa42596edc3
parent 62390 842917225d56
child 66453 cc19f7ca2ed6
permissions -rw-r--r--
new material on paths, etc. Also rationalisation

(*  Title:      HOL/Matrix_LP/Compute_Oracle/Compute_Oracle.thy
    Author:     Steven Obua, TU Munich

Steven Obua's evaluator.
*)

theory Compute_Oracle imports HOL
begin

ML_file "am.ML"
ML_file "am_compiler.ML"
ML_file "am_interpreter.ML"
ML_file "am_ghc.ML"
ML_file "am_sml.ML"
ML_file "report.ML"
ML_file "compute.ML"
ML_file "linker.ML"

end