After encountering an unexpected error when running an old model built with Simile 5.3, I discovered that the element function did not work anymore with such a complex syntax (as examplified in the documentation of the function for advanced users!):
element([[5,7],[1,4],[8,5]], [3,3,2,2])
Only an equation such as element([[5,7],[1,4],[8,5]], 1) is now accepted in Simile 5.8 and the last 5.8p4!
Could you please tell me how to solve this problem?...
Thanks,
François