From 2bc13f578f430d2375a432448ded191d879e9e57 Mon Sep 17 00:00:00 2001 From: Daniel Plagge <plagge@cs.uni-duesseldorf.de> Date: Thu, 10 Oct 2013 10:10:39 +0000 Subject: [PATCH] green check -> green mark git-svn-id: svn://svn.code.sf.net/p/rodin-b-sharp/svn/trunk/Handbook@15966 1434b563-b632-4741-aa49-43a3a8374d2e --- org.rodinp.handbook.feature/latex/tutorial-08.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.rodinp.handbook.feature/latex/tutorial-08.tex b/org.rodinp.handbook.feature/latex/tutorial-08.tex index 0518d04..8a95ba0 100644 --- a/org.rodinp.handbook.feature/latex/tutorial-08.tex +++ b/org.rodinp.handbook.feature/latex/tutorial-08.tex @@ -362,7 +362,7 @@ The \texttt{Proving Perspective} contains three new important views: \item[Goal View (\ref{goal_view})] This window shows what needs to be proved at the current position inside the proof tree. \end{description} -Expand the \texttt{Celebrity\_1} machine in the \textsf{Event-B Explorer}. Then expand the \textsf{Proof Obligations} section. We can see that the auto prover (\ref{auto_prover}) did quite a good job. Only three proofs have not been completed\footnote{Interestingly enough, this number can vary: Provers can be configured in the preferences and changes there can have an impact on the ability to automatically discharge proofs. In addition, all provers have timeouts. On a slow machine, some proof obligations may not be discharged whereas on a faster machine with the same timeout they would be discharged.} (a completed proof is indicated by a green check \icon{rodin/discharged.png}). +Expand the \texttt{Celebrity\_1} machine in the \textsf{Event-B Explorer}. Then expand the \textsf{Proof Obligations} section. We can see that the auto prover (\ref{auto_prover}) did quite a good job. Only three proofs have not been completed\footnote{Interestingly enough, this number can vary: Provers can be configured in the preferences and changes there can have an impact on the ability to automatically discharge proofs. In addition, all provers have timeouts. On a slow machine, some proof obligations may not be discharged whereas on a faster machine with the same timeout they would be discharged.} (a completed proof is indicated by a green mark \icon{rodin/discharged.png}). %Except for the last one of them, all of them could be proved with a different external prover, but in order to learn a few new techniques, we will prove them with the so called ``p0 prover'' (\ref{p0_prover}). The p0 prover uses all selected hypotheses (the ones in Selected Hypotheses View). -- GitLab