gringo 5.4.0-0ubuntu1 source package in Ubuntu

Changelog

gringo (5.4.0-0ubuntu1) focal; urgency=medium

  * New upstream version.
  * Build using python3 instead of python3.7.
  * Use unversioned python3 build dependencies

 -- Matthias Klose <email address hidden>  Fri, 21 Feb 2020 20:27:55 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Science Team
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe interpreters

Downloads

File Size SHA-256 Checksum
gringo_5.4.0.orig.tar.gz 2.7 MiB e2de331ee0a6d254193aab5995338a621372517adcf91568092be8ac511c18f3
gringo_5.4.0-0ubuntu1.debian.tar.xz 15.9 KiB dac7a18a6d4cba272b074088aab407480b9b3f3e63006abc2a5dd5a4a53e7b6d
gringo_5.4.0-0ubuntu1.dsc 2.1 KiB c8baf7521986642d4d10a74291703c2d112b502e97138acbbdba1d3be13d188e

Available diffs

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: a grounder that, given an input program with first-order
    variables, computes an equivalent ground (variable-free) program in
    aspif format. Its output can be processed further with answer set
    solver clasp. Starting with gringo series 5, its output is no longer
    directly compatible with solvers like smodels or cmodels reading
    smodels format. Use lpconvert for translating aspif format to
    smodels format.
  - clingo: combines both gringo and clasp into a monolithic system.
    This way it offers more control over the grounding and solving
    process than gringo and clasp can offer individually: multi-shot
    solving.
  - lpconvert: converter between gringo's aspif and smodels format.
  - reify: small utility that reifies logic programs given in aspif
    format. It produces a set of facts, which can be processed further
    with gringo.

gringo-dbgsym: debug symbols for gringo