Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@tammet tammet released this 20 Jun 09:40
· 6 commits to master since this release

The compiled Linux binary and a source snapshot of the gkc version 0.8.0 for the CASC 2023 competition http://www.tptp.org/CASC/29/

You may want to use the previous release 0.6.0 for non-competition purposes: it includes MacOS and Windows binaries, matches the tutorial and is a basis for http://logictools.org.

Binaries

  • gkc is a statically compiled 64-bit executable Linux binary, created on Ubuntu Linux 20 using gcc 9.4. It should have no dependencies.

Running gkc

Simplest way to run:

./gkc problem_file_name

Example:

./gkc Examples/steam.p

In order to select options and strategies, run gkc as

./gkc problem_file_name strategy_file_name

Please see