Language

Package: gappa @ 1.3.5

Synopsis

Proof generator for arithmetic properties

Description

Gappa is a tool intended to help verifying and formally proving properties on numerical programs dealing with floating-point or fixed-point arithmetic. It has been used to write robust floating-point filters for CGAL and it is used to certify elementary functions in CRlibm. While Gappa is intended to be used directly, it can also act as a backend prover for the Why3 software verification platform or as an automatic tactic for the Coq proof assistant.

Home page
http://gappa.gforge.inria.fr/
Location
gnu/packages/algebra.scm (line: 1349, column: 2)
Licenses

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?