Mordicus.IO.ExternalSolvingProcedure
- class ExternalSolvingProcedure(**kwargs)[source]
Bases:
objectThis 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