Mordicus.Core.IO.ExternalSolvingProcedure module¶
- class Mordicus.Core.IO.ExternalSolvingProcedure.ExternalSolvingProcedure(**kwargs)[source]¶
Bases:
object
This objects says how to call an external solver from Mordicus
- solverCfg¶
dictionary of environment variables useful to the call procedure
- Type
dict
- solverCallProcedureType¶
one of (“shell”, “python”), tells what to execute the script with
- Type
str
- callScript¶
launching script
- Type
str