Safe Haskell | None |
---|
Test.IOTasks.Z3
Documentation
printPathScript :: Timeout -> Path -> Integer -> Int -> Bool -> IO String Source #
evalPathScript :: Timeout -> Path -> Integer -> Int -> Bool -> IO (SatResult [String], String) Source #
satPaths :: Int -> Int -> ConstraintTree -> Int -> Bool -> IO [SimplePath] Source #
satPathsQ :: TVar (Maybe Int) -> Int -> ConstraintTree -> Int -> Int -> Bool -> TQueue (Maybe SimplePath) -> IO () Source #
newtype PathInjector Source #
Constructors
PathInjector | |
Fields
|
mkPathInjector :: SimplePath -> Timeout -> Int -> Bool -> IO PathInjector Source #