src/HOL/Matrix_LP/Compute_Oracle/Compute_Oracle.thy
author blanchet
Thu, 02 Jan 2014 09:50:22 +0100
changeset 54905 2fdec6c29eb7
parent 48891 c0eafbd55de3
child 62390 842917225d56
permissions -rw-r--r--
don't generate any proof obligation for implicit (de facto) exclusiveness

(*  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