src/Tools/isac/ROOT
author Walther Neuper <wneuper@ist.tugraz.at>
Thu, 18 Jan 2018 15:25:39 +0100
changeset 59320 4549c6062b30
parent 59216 f4693c6f4bb2
child 59346 bf5ca91db537
permissions -rw-r--r--
comments on test setup
     1 (*  Title:  create a heap image for isac on Isabelle2013
     2     Author: Walther Neuper, TU Graz, 130715
     3    (c) due to copyright terms
     4 
     5 $ export ISABELLE_VERSION=2015 # for libisabelle
     6 $ cd /usr/local/isabisac/
     7 $ ./bin/isabelle build -v -b Isac
     8 
     9 see ~~/etc/settings
    10   ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
    11 before out-outcommenting (*, browser_info = true*) below and ...
    12 $ ./bin/isabelle build -o browser_info -v -c HOL
    13 $ ./bin/isabelle build -o browser_info -v -b Isac
    14 *)
    15 
    16 session Isac in "~~/src/Tools/isac" = HOL +
    17   description {*
    18     Isac core, prototype of a math-engine and knowledge 
    19     for a TP-based educational mathematics assistant.
    20 
    21     The java front-end is under development at TU Graz,
    22     the PolyML math-engine and Isabelle knowledge at RISC Linz.
    23     See http://www.ist.tugraz.at/isac/.
    24   *}
    25   options [document = false (*, browser_info = true*)]
    26   theories Build_Isac
    27 
    28 session libisabelle_Isac  = HOL +
    29   description {*
    30     Isac core, prototype of a math-engine and knowledge for engineering math
    31     + libisabelle by Lars Hupel as interface to the java front-end:
    32     https://github.com/larsrh/libisabelle
    33                               
    34     The java front-end is under development at TU Graz and at FH Hagenberg,
    35     the SML math-engine and Isabelle knowledge at RISC Linz.
    36     For installation see http://www.ist.tugraz.at/isac
    37   *}
    38   options [document = false (*, browser_info = true*)]
    39   theories Isac_Protocol 
    40     "~~/libisabelle-protocol/protocol/Protocol" "~~/libisabelle-protocol/operations/Basic"