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.
allEqual :: EqSymbolic a => [a] -> SBoolsbv Data.SBV.Trans Returns (symbolic) sTrue if all the elements of the given list are the same.
allSat :: SatisfiableM m a => a -> m AllSatResultsbv Data.SBV.Trans Generalization of allSat
allSatMaxModelCount :: SMTConfig -> Maybe Intsbv Data.SBV.Trans In a allSat call, return at most this many models. If nothing, return all.
allSatMaxModelCountReached :: AllSatResult -> Boolsbv Data.SBV.Trans Did we reach the user given model count limit?
allSatPrintAlong :: SMTConfig -> Boolsbv Data.SBV.Trans In a allSat call, print models as they are found.
allSatResults :: AllSatResult -> [SMTResult]sbv Data.SBV.Trans All satisfying models
allSatSolverReturnedDSat :: AllSatResult -> Boolsbv Data.SBV.Trans Did the solver report delta-satisfiable at the end?
allSatSolverReturnedUnknown :: AllSatResult -> Boolsbv Data.SBV.Trans Did the solver report unknown at the end?
allSatTrackUFs :: SMTConfig -> Boolsbv Data.SBV.Trans In a allSat call, should we try to extract values of uninterpreted functions?
allSatWith :: SatisfiableM m a => SMTConfig -> a -> m AllSatResultsbv Data.SBV.Trans Generalization of allSatWith