gringo 4.2.1-3ubuntu1 source package in Ubuntu

Changelog

gringo (4.2.1-3ubuntu1) trusty; urgency=medium

  * Add ppc64el to architecture list for libtbb-dev to fix FTBFS.
 -- Logan Rosen <email address hidden>   Thu, 09 Jan 2014 15:10:12 -0500

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gringo_4.2.1.orig.tar.gz 601.3 KiB 24da7958ca6c4f41a3df43ca786059926057289d5f01bfd22e6d9483977c0581
gringo_4.2.1-3ubuntu1.debian.tar.gz 8.7 KiB b0efe8b8136f1fc944e38c565a513907ebb46037923ef2cbc5e0f3569dd893f7
gringo_4.2.1-3ubuntu1.dsc 1.8 KiB f1f7d609d00cc1e6787634ba7ca23afad491a497a47104ce9d600e8a1a9de60c

View changes file

Binary packages built by this source

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.