given an valid online atp name return a valid SystemATP
jonaprieto opened this issue · 0 comments
jonaprieto commented
The user gives a name of atp like "online-vampire" and the method must return the corresponding data type SystemATP.
getByNameSystemATP :: String -> IO SystemATP
> getByNameSystemATP "online-e"
SystemATP
{ sysKey = "online-e"
, sysName = "E---2.0"
, sysVersion = "2.0"
, sysTimeLimit = "60"
, sysTransform = "none"
, sysFormat = "tptp:raw"
, sysCommand = "eprover -s --cpu-limit=%d %s"
, sysApplication = "Prover and model finder, for FOF CNF"
}