Hi all,
I have a mathematical model written in Python and using the PuLP package. The model itself works if I run it directly in Visual Studio Code using some dummy input data. However, when I run it through FlexSim, I have this error message " No module named "pulp" " and the result is a zero, instead of the binary matrix I need to optimized and return.
Does anyone know why it does not work in FlexSim?
Thanks.