README
author Christian Urban <urbanc@in.tum.de>
Thu, 21 Sep 2017 14:23:42 +0100
changeset 195 6b26b1fd4da5
parent 151 a79a6a286108
child 197 ca4ddf26a7c7
permissions -rw-r--r--
polished



Theories:
=========

 Graphs.thy              A relational graph library 
 RTree                   Rooted tree graphs 
 Max.thy                 Some generic facts about Max.
 Precedence_ord.thy      A theory of precedences.
 PIPDefs.thy             The formal definition of the PIP-model.
 PIPBasics.thy           Basic properties of the PIP-model.
 Correctness.thy         The correctness proof of the PIP-model.
 Implementation.thy      Properties interesting for an implementation.


The repository can be checked using Isabelle 2013-2.

  isabelle build -c -v -d . PIP


Othe directories are:
=====================

  Slides
  Paper
  Journal:     isabelle build -c -v -d . Journal
  Literature