Safe Haskell | None |
---|
internal representation of CPF termination proofs, see http://cl-informatik.uibk.ac.at/software/cpf/
- data CertificationProblem = CertificationProblem {}
- data Origin = ProofOrigin Tool
- data Tool = Tool {}
- data CertificationProblemInput
- data Proof
- data DPS = forall s . (XmlContent s, Typeable s) => DPS [Rule (Term Identifier s)]
- data ComplexityProof = ComplexityProofFIXME ()
- data ComplexityMeasure
- data ComplexityClass = ComplexityClassPolynomial {}
- data TrsNonterminationProof = TrsNonterminationProofFIXME ()
- data TrsTerminationProof
- = RIsEmpty
- | RuleRemoval { }
- | DpTrans { }
- | Semlab { }
- | Unlab { }
- | StringReversal { }
- data Model = FiniteModel Int [Interpret]
- data DpProof
- = PIsEmpty
- | RedPairProc { }
- | DepGraphProc [DepGraphComponent]
- | SemLabProc { }
- | UnlabProc { }
- data DepGraphComponent = DepGraphComponent {
- dgcRealScc :: Bool
- dgcDps :: DPS
- dgcDpProof :: DpProof
- data OrderingConstraintProof = OCPRedPair RedPair
- data RedPair
- data Interpretation = Interpretation {}
- data Interpretation_Type = Matrix_Interpretation {}
- data Domain
- data Interpret = Interpret {}
- data Value
- data Polynomial
- data ArithFunction
- data Symbol
- data Label
- data Coefficient
- = Vector [Coefficient]
- | Matrix [Coefficient]
- | forall a . XmlContent a => Coefficient_Coefficient a
- data Exotic
- class ToExotic a where
- data PathOrder = PathOrder [PrecedenceEntry] [ArgumentFilterEntry]
- data PrecedenceEntry = PrecedenceEntry {}
- data ArgumentFilterEntry = ArgumentFilterEntry {}
- data Identifier
- type TES = TRS Identifier Identifier
Documentation
data CertificationProblemInput Source
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 | |
forall s . (XmlContent s, Typeable s) => DPS [Rule (Term Identifier s)] |
data ComplexityClass Source
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 |
data DepGraphComponent Source
DepGraphComponent | |
|
data Interpretation Source
data Polynomial Source
data ArithFunction Source
data Coefficient Source
Vector [Coefficient] | |
Matrix [Coefficient] | |
forall a . XmlContent a => Coefficient_Coefficient a |
data Identifier Source
Eq Identifier | |
Ord Identifier | |
Show Identifier | |
Typeable Identifier | |
XmlContent Identifier | FIXME: move to separate module |
Hashable Identifier | |
Pretty Identifier | |
Reader Identifier | |
Reader (SRS Identifier) | |
XmlContent (TRS Identifier Symbol) | |
Reader v => Reader (Term v Identifier) | |
Reader (TRS Identifier Identifier) |
type TES = TRS Identifier IdentifierSource
legaca stuff (used in matchbox)