I declared an expression S[i][t][t2] of type float and i want to use its result in another expression that give me the minimum value between two (a parameter(p) and S )so i wrote : dexpr float minx= minl(p ,S[i][t][t2]);
but i got an error said that there is loop dependency for declaration of S .
Can some one know what can i do to correct it and thank you in advance.
------------------------------
Siwar
------------------------------
#DecisionOptimization