Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/potassco/clingo

🤔 A grounder and solver for logic programs.
https://github.com/potassco/clingo

answer-set-programming declarative-programming logic-programming

Last synced: 1 day ago
JSON representation

🤔 A grounder and solver for logic programs.

Awesome Lists containing this project

README

        

# Clingo: A grounder and solver for logic programs

Clingo is part of the [Potassco](https://potassco.org) project for *Answer Set
Programming* (ASP). ASP offers a simple and powerful modeling language to
describe combinatorial problems as *logic programs*. The *clingo* system then
takes such a logic program and computes *answer sets* representing solutions to
the given problem. To get an idea, check our [Getting
Started](https://potassco.org/doc/start/) page and the [online
version](https://potassco.org/clingo/run/) of clingo.

Please consult the following resources for further information:

- [**Downloading source and binary releases**](https://github.com/potassco/clingo/releases)
- [**Installation and software requirements**](INSTALL.md)
- [**Contributing**](CONTRIBUTING.md)
- [Changes between releases](CHANGES.md)
- [Documentation](https://github.com/potassco/guide/releases)
- [Potassco clingo page](https://potassco.org/clingo/)

Clingo is distributed under the [MIT License](LICENSE.md).