From 15c2f2cba63eee7be4c9eac8a966eddb154516df Mon Sep 17 00:00:00 2001 From: Jan Gruteser <jan.gruteser@hhu.de> Date: Fri, 19 Jul 2024 09:00:21 +0200 Subject: [PATCH] add readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 675eeed..6662296 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# tla2bAST +TLA2B +===== + +This project contains a translator from TLA+ to B for animation and validation of TLA specifications using ProB. + +The following article describes the translation: +Dominik Hansen and Michael Leuschel. +Translating TLA+ to B for Validation with ProB. +Proceedings IFM 2012. LNCS, vol 7321. pages 24-38. 2012. +[Link](https://doi.org/10.1007/978-3-642-30729-4_3) + +More details about using TLA2B can be found on the [ProB web pages](https://prob.hhu.de/w/index.php?title=TLA). [](https://gitlab.cs.uni-duesseldorf.de/general/stups/tla2bAST/pipelines) -- GitLab