License | GPL-3 |
---|---|
Maintainer | Klara Marntirosian <klara.mar@cs.kuleuven.be> |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell2010 |
This module handles the configuration needed to run constraint models.
- data Configuration = Config {}
- parseConfig :: IO Configuration
- spaceFix :: String -> String
Documentation
data Configuration Source #
A record containing the required paths for the constraint models to be run by the solvers.
Config | |
|
parseConfig :: IO Configuration Source #
Parses the configuration file.