The Logic WorkBench (lwb) comprises tools for propositional, predicate, and linear temporal logic. It is written in Clojure.
lwb is a playground, it's work in progress.
Copyright (C) 2014 - 2020 by Burkhardt Renz, Technische Hochschule Mittelhessen (THM). Contributors see documentation.
Distributed under the Eclipse Public License, the same as Clojure.
lwb uses
lwb uses kodkod and LTL2Buchi. Both libraries are not published in a maven repository. To use these libraires and the function in lwb that depend on them, proceed as follows:
Download the libraries from the web sites kodkod and LTL2Buchi respectively or create the libraries from esb-lwb/kodkod or esb-lwb/ltl2buchi
Put the libraires into your local maven repository with the command
lein localrepo install
, using the localrepo plugin for leiningen - see
project.clj
.
Can you improve this documentation? These fine people already did:
esb-dev, Burkhardt Renz & brEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close