coala.bin
translates action languages into answer set programs
Install
- All systems
-
curl cmd.cat/coala.bin.sh
- Debian
-
apt-get install coala
- Ubuntu
-
apt-get install coala
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install coala
- Raspbian
-
apt-get install coala
- Dockerfile
- dockerfile.run/coala.bin
coala
translates action languages into answer set programs
The coala tool translates an action language into a logic program under the answer set semantics. After being grounded by lparse or gringo, the logic program can be solved by an answer set solver such as clasp. At the moment coala is able to translate the action language AL, B, C, a subset of C+ and the action language CTAID. The type of input language can be specified with a command line option.