| Copyright | (c) Eugen Kuksa University of Magdeburg 2017 Tom Kranz 2021-2022 |
|---|---|
| License | GPLv2 or higher, see LICENSE.txt |
| Maintainer | Eugen Kuksa <kuksa@iks.cs.ovgu.de> |
| Stability | provisional |
| Portability | non-portable (imports Logic) |
| Safe Haskell | None |
TPTP.Prover.SPASS.ProofParser
Description
Documentation
Arguments
| :: Named Sentence | the proof goal |
| -> [String] | the SPASS process output |
| -> (Maybe String, [String], Bool, TimeOfDay, Bool, [(Int, ProofGraphNode)], [(Int, Int, Int)]) | (result, used axioms, output exists, used time, proof exists, proof clausesinferences, clauseinference relations) |