An Answer Set Programming system to ground and solve logic programs.
Clingo is part of the Potassco 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.
Clingo is part of the Potassco 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 install clingo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install clingo
To see what files were installed by clingo, run:
port contents clingo
To later upgrade clingo, run:
sudo port selfupdate && sudo port upgrade clingo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.