gringo 5.6.2-2 source package in Ubuntu

Changelog

gringo (5.6.2-2) unstable; urgency=medium

  * Team upload
  * Acknowledge NMU, thanks Adrian!
  * Build without Python support, does not appear to be used anywhere
  * Drop patches reduce-thread-count.patch and
    skip-test_clingo_app.patch, no longer needed
  * Do not run gringo6 and gringo7 Python autopkgtests

 -- Graham Inggs <email address hidden>  Tue, 25 Jun 2024 11:40:12 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe interpreters

Downloads

File Size SHA-256 Checksum
gringo_5.6.2-2.dsc 2.0 KiB ce53e2d3f5a4e71202b0b167fec2fc23aa637ee94d8b41a7038abababdd441e1
gringo_5.6.2.orig.tar.gz 4.8 MiB 81eb7b14977ac57c97c905bd570f30be2859eabc7fe534da3cdc65eaca44f5be
gringo_5.6.2-2.debian.tar.xz 23.9 KiB 1a2b2a680a50b5228ffa063db1083e1426561ca6e95ba1287da2063dd432c649

No changes file available.

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