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: 5 months ago
JSON representation
🤔 A grounder and solver for logic programs.
- Host: GitHub
- URL: https://github.com/potassco/clingo
- Owner: potassco
- License: mit
- Created: 2016-05-10T12:35:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T12:36:35.000Z (6 months ago)
- Last Synced: 2025-04-04T13:39:44.337Z (6 months ago)
- Topics: answer-set-programming, declarative-programming, logic-programming
- Language: C++
- Homepage: https://potassco.org/clingo
- Size: 16.5 MB
- Stars: 651
- Watchers: 35
- Forks: 86
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).