Skip to content

Releases: GoelandProver/Goeland

Goéland v1.1

19 Sep 12:23

Choose a tag to compare

Post-release note

This release has many problematic bugs, notably ones that make Goéland inconsistent if you use the flags -inner or -preinner (see #19), or inconvenient ones such as failure in deskolemizing some problems (#16), includes with the TPTP environment variable or in the folder of the problem not working (#41), unsupported TFF1 proof search (#38) and probably many more.

We recommend either using version 1.0.0 (https://github.com/GoelandProver/Goeland/releases/tag/v1.0.0-beta.1) or the latest development version available on master (or in a PR if you need) over this version.

The current maintainer's team has taken steps to ensure that the basic functionality set always works, and to systematically test Goéland so that discovered bugs cannot happen again once they are fixed. We are very sorry for the inconvenience.

Goéand has now the following changes:

  • improved options
  • improved logging
  • more proof output options: TPTP and LambdaPi
  • Arithmetic compatibility
  • more equality options
  • corrected many bugs
  • improved code base
  • and many others

What's Changed

New Contributors

Full Changelog: v1.0.0-beta...v1.1

Goéland v1.0.0-beta.1

10 Jul 19:03

Choose a tag to compare

First update of Goéland beta version.

  • Now parses the whole TPTP FOF library (includes included, no pun intended).
  • Removed plugins to make a statically linked binary. Added options to use plugins.
  • Proof output.

v1.0.0-beta

13 Feb 22:11

Choose a tag to compare

This is the first release of Goéland, a concurrent automated theorem prover using tableau method for first order logic.

It :

  • Proves theorems with TPTP files format (without include statements) ;
  • Provides proofs in json format ;
  • Includes polarized deduction modulo theory (which can be deactivated).