gringo 5.3.0-10ubuntu1 source package in Ubuntu

Changelog

gringo (5.3.0-10ubuntu1) focal; urgency=medium

  * Properly use python3 instead of python3.7.
  * debian/patches/python3.8-compat.patch: fix compatibility with Python
    3.8.

 -- Steve Langasek <email address hidden>  Thu, 20 Feb 2020 21:43:17 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
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_5.3.0.orig.tar.gz 2.6 MiB b0d406d2809352caef7fccf69e8864d55e81ee84f4888b0744894977f703f976
gringo_5.3.0-10ubuntu1.debian.tar.xz 18.5 KiB 52b540b554f45521d9a5738de387235d252200525fc5adaaeb11ddf25dbcca2a
gringo_5.3.0-10ubuntu1.dsc 2.2 KiB 7f17055275925f6a7dc228560f4a75a9d9309bdc9eeda36ae2c445ca073ce11f

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