tpdb-0.9.8: Data Type for Rewriting Systems

Safe HaskellNone

TPDB.CPF.Proof.Type

Description

internal representation of CPF termination proofs, see http://cl-informatik.uibk.ac.at/software/cpf/

Synopsis

Documentation

data Tool Source

Constructors

Tool 

Fields

name :: String
 
version :: String
 

data CertificationProblemInput Source

Constructors

TrsInput

this is actually not true, since instead of copying from XTC, CPF format repeats the definition of TRS, and it's a different one (relative rules are extra)

ComplexityInput 

data DPS Source

Constructors

forall s . (XmlContent s, Typeable s) => DPS [Rule (Term Identifier s)] 

data ComplexityClass Source

Constructors

ComplexityClassPolynomial

it seems the degree must always be given in CPF, although the category spec also allows POLY http:cl-informatik.uibk.ac.atusersgeorgcbrcompetition/rules.php

Fields

degree :: Int
 

class ToExotic a whereSource

Methods

toExotic :: a -> ExoticSource

type TES = TRS Identifier IdentifierSource

legaca stuff (used in matchbox)