toysolver-0.3.0: Assorted decision procedures for SAT, Max-SAT, PB, MIP, etc

Copyright(c) Masahiro Sakai 2014
LicenseBSD-style
Maintainermasahiro.sakai@gmail.com
Stabilityprovisional
Portabilitynon-portable (CPP)
Safe HaskellSafe-Inferred
LanguageHaskell2010

ToySolver.Internal.ProcessUtil

Description

 

Documentation

runProcessWithOutputCallback Source

Arguments

:: FilePath

Filename of the executable (see proc for details)

-> [String]

any arguments

-> String

standard input

-> (String -> IO ())

callback function which is called when a line is read from stdout

-> (String -> IO ())

callback function which is called when a line is read from stderr

-> IO ExitCode