Copyright | (c) Masahiro Sakai 2017 |
---|---|
License | BSD-style |
Maintainer | masahiro.sakai@gmail.com |
Stability | provisional |
Portability | non-portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Extensions |
|
ToySolver.SAT.Solver.SLS.ProbSAT
Description
Documentation
getStatistics :: Solver -> IO Statistics Source #
Constructors
Options | |
Fields
|
Constructors
Callbacks | |
Fields
|
data Statistics Source #
Constructors
Statistics | |
Fields
|
Instances
Show Statistics Source # | |
Defined in ToySolver.SAT.Solver.SLS.ProbSAT Methods showsPrec :: Int -> Statistics -> ShowS # show :: Statistics -> String # showList :: [Statistics] -> ShowS # | |
Default Statistics Source # | |
Defined in ToySolver.SAT.Solver.SLS.ProbSAT Methods def :: Statistics # | |
Eq Statistics Source # | |
Defined in ToySolver.SAT.Solver.SLS.ProbSAT |