Skip to content
Snippets Groups Projects
Commit 3037bab6 authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

Merge branch 'master' of https://git01.codeplex.com/tlaplus

parents 50f12f3b 935223e5
No related branches found
No related tags found
No related merge requests found
...@@ -216,6 +216,7 @@ Version 1.5.0 - 11 May 2015 ...@@ -216,6 +216,7 @@ Version 1.5.0 - 11 May 2015
- Improvements to the Decompose Proof command. - Improvements to the Decompose Proof command.
- Improvements to the TLC Errors view, including ability to - Improvements to the TLC Errors view, including ability to
show trace in reverse order. show trace in reverse order.
- Has some changes to the way the Toolbox handles its subwindows.
- Fixes all known bugs in TLC's liveness checking. - Fixes all known bugs in TLC's liveness checking.
- Fixes bug in TLC that caused infinite looping if a recursively - Fixes bug in TLC that caused infinite looping if a recursively
defined operator is used as an operator argument in its own defined operator is used as an operator argument in its own
......
...@@ -54,8 +54,8 @@ describes how to run it from the Toolbox.  ...@@ -54,8 +54,8 @@ describes how to run it from the Toolbox. 
But before you can run TLAPS, you must install it on your computer.  But before you can run TLAPS, you must install it on your computer. 
Instructions for doing this, as well as an explanation of how to use Instructions for doing this, as well as an explanation of how to use
TLAPS, is on TLAPS, on
<A href="http://msr-inria.inria.fr/~doligez/tlaps/" target="_blank">the TLAPS <A href="https://tla.msr-inria.inria.fr/tlaps/content/Home.html" target="_blank">the TLAPS
web page</A>.&nbsp; web page</A>.&nbsp;
As described on that page, if you are using Windows, you will also have As described on that page, if you are using Windows, you will also have
......
...@@ -393,11 +393,12 @@ This option tells the PM what SMT solver to use.&nbsp; ...@@ -393,11 +393,12 @@ This option tells the PM what SMT solver to use.&nbsp;
See the See the
<a href= <a href=
"http://msr-inria.inria.fr/~doligez/tlaps/advanced-tutorial.html#backends" "https://tla.msr-inria.inria.fr/tlaps/content/Documentation/Tutorial/Tactics.html#solvers"
target="_blank">Using different backends</a> target="_blank">SMT solvers</a>
section of the advanced section of the
<a href="http://msr-inria.inria.fr/~doligez/tlaps/" <a href=
target="_blank">TLAPS documentation</a>.&nbsp; "https://tla.msr-inria.inria.fr/tlaps/content/Documentation/Tutorial/Tactics.html"
target="_blank">Tactics page</a>.&nbsp;
(This field specifies the argument of the PM's <code>--solver</code> (This field specifies the argument of the PM's <code>--solver</code>
option.) option.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment