clingo-0.2.0.0: Haskell bindings to the Clingo ASP solver

Safe HaskellNone
LanguageHaskell2010

Clingo.Internal.Statistics

Contents

Description

A module providing direct, but memory managed and somewhat safe, access to the Clingo statistics interface. The preferred way to interface with the statistics is the tree based interface in Statistics. This interface exists solely for users who want to provide their own abstraction, without having to reimplement memory management for the raw versions in Statistics.

Synopsis

Documentation

data SKey Source #

Instances

Eq SKey Source # 

Methods

(==) :: SKey -> SKey -> Bool #

(/=) :: SKey -> SKey -> Bool #

Ord SKey Source # 

Methods

compare :: SKey -> SKey -> Ordering #

(<) :: SKey -> SKey -> Bool #

(<=) :: SKey -> SKey -> Bool #

(>) :: SKey -> SKey -> Bool #

(>=) :: SKey -> SKey -> Bool #

max :: SKey -> SKey -> SKey #

min :: SKey -> SKey -> SKey #

Show SKey Source # 

Methods

showsPrec :: Int -> SKey -> ShowS #

show :: SKey -> String #

showList :: [SKey] -> ShowS #

Array Access

Map Access

Value Access