How To Install Lpconvert On Debian, Ubuntu, Alpine, Arch, Kali, Raspbian And MacOS?

How To Install Lpconvert On Debian, Ubuntu, Alpine, Arch, Kali, Raspbian And MacOS?

lpconvert

grounding tools for (disjunctive) logic programs

Maintainer: Debian Science Maintainers



Section: interpreters

Install lpconvert

  • Debian apt-get install gringo Click to copy
  • Ubuntu apt-get install gringo Click to copy
  • Alpine OS apk add gringo Click to copy
  • Arch Linux pacman -S clingo Click to copy
  • Kali Linux apt-get install gringo Click to copy
  • Raspbian apt-get install gringo Click to copy
  • macOS brew install clingo Click to copy

gringo

grounding tools for (disjunctive) logic programs

Current answer set solvers work on variable-free programs. Hence, a grounder is needed that, given an input program with first-order variables, computes an equivalent ground (variable-free) program. This package contains the following tools: - gringo: creates lparse-compatible variable-free programs. - clingo: stands for clasp on gringo and combines both systems in a monolithic way. Its input language is that of gringo and its output corresponds to that of clasp. - iclingo: an incremental answer set programming system, which is based on the idea that the grounder as well as the solver are implemented in a stateful way. Thus, both keep their previous states while increasing an incremental parameter. As regards grounding, at each incremental step, the goal is to produce only ground rules stemming from the current program slice, without re-producing previous ground rules. The ground program slices are then gradually passed to the solver that accumulates ground rules and computes answer sets for them. - oclingo: a system for reactive answer set programming, extending gringo and clasp for handling external modules provided at runtime by a controller.

clasp

conflict-driven nogood learning answer set solver

clasp is an answer set solver for (extended) normal logic programs. It combines the high-level modeling capacities of answer set programming (ASP) with state-of-the-art techniques from the area of Boolean constraint solving. The primary clasp algorithm relies on conflict-driven nogood learning, a technique that proved very successful for satisfiability checking (SAT). Unlike other learning ASP solvers, clasp does not rely on legacy software, such as a SAT solver or any other existing ASP solver. Rather, clasp has been genuinely developed for answer set solving based on conflict-driven nogood learning. clasp can be applied as an ASP solver (on LPARSE output format), as a SAT solver (on simplified DIMACS/CNF format), or as a PB solver (on OPB format).

clingo

Grounding tools for (disjunctive) logic programs
Install the latest version of lpconvert in Debian, Ubuntu, Alpine, Arch, Kali, Raspbian and macOS from terminal. To install the lpconvert just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of lpconvert from the respository and install it in your computer/server.