KinoAtpClient

Livebook Smart Cells for atp_client — a unified frontend over four automated theorem prover backends:

Two cells ship in this package:

Installation

def deps do
[
{:kino_atp_client, "~> 0.2"}
]
end

Usage

Add KinoAtpClient to a Livebook:

Mix.install([{:kino_atp_client, "~> 0.2"}])

Both Smart Cells then appear in the cell picker. Insert an "ATP Backend Configuration" cell first to wire credentials, then one or more "ATP Solver" cells to run TPTP problems against the configured backends.

See examples/demo.livemd for a worked example.