-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappendixc.tex
15 lines (10 loc) · 997 Bytes
/
appendixc.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\chapter[PROLOG implementation of extended system]{PROLOG implementation of extended system\subheading{---arguing for extended bisimulation equivalence and inequivalence}}\label{appExtProlog}
Listed below is the full PROLOG representation of the extended inference system for finding (strong) bisimulations (see figures~\ref{figExtBisI} and~\ref{figExtBisII}), including the definitions of all auxillary predicates. Also, a \verb!help!-predicate has been included as to give on-line assistance of syntax etc. By entering
\begin{verbatim}
help.
\end{verbatim}
you will be informed of which subjects help is available for and how to retrieve it.
Please notice, that it has been decided not to clobber-up the listing with too much (irrelevant) text, i.e.\@ no explanations are given but to the most unconventional functions/predicates. Instead, predicates has been grouped together in order to improve readability of the listing.
\newpage
\inclbabyfull{prolog/extbisim.pl}%
% End of appendix