Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allSatPrintAlong :: SMTConfig -> Boolsbv Data.SBV.Dynamic In a allSat call, print models as they are found.
allSatResults :: AllSatResult -> [SMTResult]sbv Data.SBV.Dynamic All satisfying models
allSatSolverReturnedDSat :: AllSatResult -> Boolsbv Data.SBV.Dynamic Did the solver report delta-satisfiable at the end?
allSatSolverReturnedUnknown :: AllSatResult -> Boolsbv Data.SBV.Dynamic Did the solver report unknown at the end?
allSatTrackUFs :: SMTConfig -> Boolsbv Data.SBV.Dynamic In a allSat call, should we try to extract values of uninterpreted functions?
allSatWith :: SMTConfig -> Symbolic SVal -> IO AllSatResultsbv Data.SBV.Dynamic Find all satisfying assignments using the given SMT-solver
allEqual :: EqSymbolic a => [a] -> SBoolsbv Data.SBV.Internals Returns (symbolic) sTrue if all the elements of the given list are the same.
allSatMaxModelCount :: SMTConfig -> Maybe Intsbv Data.SBV.Internals In a allSat call, return at most this many models. If nothing, return all.
allSatPrintAlong :: SMTConfig -> Boolsbv Data.SBV.Internals In a allSat call, print models as they are found.
allSatTrackUFs :: SMTConfig -> Boolsbv Data.SBV.Internals In a allSat call, should we try to extract values of uninterpreted functions?