Skip to content

Commit 37780e1

Browse files
committed
Release v1.6
1 parent 91680b5 commit 37780e1

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

HISTORY

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.6 - 2021-01
2+
3+
LNT translation: code generator now follows the new LNT syntax
4+
LNT translation: fix a CADP verification query
5+
16
Version 1.5 - 2020-10
27
LabsTranslate: improve simplification of Boolean expressions
38
LNT translation: general improvements

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
SLiver is a tool for the analysis of multi-agent systems specified in the
55
LAbS language [1]. At the moment, it support under-approximate analysis
6-
via bounded model checking, or analisys of the full state space via explicit-state model checking.
6+
via bounded model checking, or analisys of the full state space via
7+
explicit-state model checking.
78

89
This page contains source code and binary releases of SLiVER for Linux x64 systems.
910

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
SLiVER 1.5
3-
October 2020
2+
SLiVER 1.6
3+
February 2021
44

55
Symbolic LAbS VERifier
66

__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
__summary__ = "The SLiVER LAbS VERification tool"
77
__uri__ = "https://github.com/labs-lang/sliver"
88

9-
__version__ = "1.5"
10-
__date__ = "October 2020"
9+
__version__ = "1.6"
10+
__date__ = "February 2021"

sliver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def make_filename(file, values, bound, fair, sync, language):
7878
@click.option('--verbose', **DEFAULTS("verbose", default=False, is_flag=True))
7979
def main(file, backend_arg, fair, simulate, show, values, **kwargs):
8080
"""
81-
* * * SLiVER - Symbolic LAbS VERification. v1.5 (October 2020) * * *
81+
* * * SLiVER - Symbolic LAbS VERification. v1.6 (February 2021) * * *
8282
8383
FILE -- path of LABS file to analyze
8484

0 commit comments

Comments
 (0)