Template:ProBSourceCode: Difference between revisions - ProB Documentation

Template:ProBSourceCode: Difference between revisions

No edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:




The kernel of ProB is written in Prolog and you can download the latest Prolog sourcecode snapshot from: [http://www3.hhu.de/stups/downloads/prob/source/ http://www3.hhu.de/stups/downloads/prob/source/]
The kernel of ProB is written in Prolog and you can download the latest Prolog sourcecode snapshot from: https://stups.hhu-hosting.de/downloads/prob/source/


You may also wish to obtain related Java sources:
You may also wish to obtain related Java sources:
Line 11: Line 11:
* The Alloy to B translator is here: [https://github.com/hhu-stups/alloy2b https://github.com/hhu-stups/alloy2b].
* The Alloy to B translator is here: [https://github.com/hhu-stups/alloy2b https://github.com/hhu-stups/alloy2b].
* The TLC4B B to TLA+ translator is here: [https://gitlab.cs.uni-duesseldorf.de/general/stups/tlc4b https://gitlab.cs.uni-duesseldorf.de/general/stups/tlc4b].
* The TLC4B B to TLA+ translator is here: [https://gitlab.cs.uni-duesseldorf.de/general/stups/tlc4b https://gitlab.cs.uni-duesseldorf.de/general/stups/tlc4b].
* The TLA2B TLA+ to B translator is her: [https://gitlab.cs.uni-duesseldorf.de/general/stups/tla2bAST https://gitlab.cs.uni-duesseldorf.de/general/stups/tla2bAST].
* The TLA2B TLA+ to B translator is here: [https://gitlab.cs.uni-duesseldorf.de/general/stups/tla2bAST https://gitlab.cs.uni-duesseldorf.de/general/stups/tla2bAST].

Latest revision as of 12:20, 8 October 2025


The kernel of ProB is written in Prolog and you can download the latest Prolog sourcecode snapshot from: https://stups.hhu-hosting.de/downloads/prob/source/

You may also wish to obtain related Java sources: