Copyright | (c) Galois, Inc. 2010 |
---|---|
License | BSD3 |
Maintainer | jhendrix@galois.com |
Stability | experimental |
Portability | not portable (c2hs, language extensions) |
Safe Haskell | Safe |
Language | Haskell98 |
Incomplete. Binding of misc/util/abc_global.h
which contains
miscellaneous functions for ABC, including a counterexample datastructure
and error handling mechanisms.
- data Abc_Cex_t_ = Abc_Cex_t_ {
- iPo'Abc_Cex :: Int
- iFrame'Abc_Cex :: Int
- nRegs'Abc_Cex :: Int
- nPis'Abc_Cex :: Int
- nBits'Abc_Cex :: Int
- pData'regs'Abc_Cex :: [Bool]
- pData'inputs'Abc_Cex :: [[Bool]]
- type Abc_Cex_t = Ptr Abc_Cex_t_
- peekAbcCex :: Abc_Cex_t -> IO Abc_Cex_t_
Counterexamples
data Abc_Cex_t_ Source
Abc_Cex_t_ | |
|
type Abc_Cex_t = Ptr Abc_Cex_t_ Source
peekAbcCex :: Abc_Cex_t -> IO Abc_Cex_t_ Source
Peek into the value of a Abc_Cex_t.