gringo 5.6.2-0ubuntu3 source package in Ubuntu

Changelog

gringo (5.6.2-0ubuntu3) noble; urgency=medium

  * 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

 -- Graham Inggs <email address hidden>  Wed, 31 Jan 2024 10:12:21 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe interpreters

Downloads

File Size SHA-256 Checksum
gringo_5.6.2.orig.tar.gz 4.8 MiB 81eb7b14977ac57c97c905bd570f30be2859eabc7fe534da3cdc65eaca44f5be
gringo_5.6.2-0ubuntu3.debian.tar.xz 21.3 KiB 70e8def5238e1e3fddea7edfe85527dadc733f8c1885e2faf8313dfb5631d949
gringo_5.6.2-0ubuntu3.dsc 2.1 KiB d807ca2e930cef0f6fcb7ce5bea76b212e4229422021374a6439eae4be680f51

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