Hello everyone,
My situation is kinda complicated, I have an ACO algorithm written in c# that first constructs a solution : task sequence and for each task source and destination positions. What I want is to send this results to my flexsim model, for flexsim to execute that task sequence and return the travelling time .
The problem is that I cannot find a suitable way to connect them.
As I read the API can only be used with python or c or c++
Another way is to do it manually, meaning save each solution to a file then open flexsim input , get another file and again input it on my algorithm to continue with pheromone updates etc. But we have up to 800 solutions, so this one will take forever,
From experience is there any sufficient way to do this connection? that will also save us time ?
Thank you in advance