0

In my Power Control Cptimization problem I have only power vector P(I) as decision variable. However, it involves in the calculation of SINR and system total power thus, my question is: do I need to declar SINR and system total power as variables cause they include P(I) or it is sufficient to put only P(I) in variables and the system will change everything based on it?

Thank you in advance.

Meriame
  • 11
  • 5

1 Answers1

0

There is no need to declare the other arrays as variables. If they are calculated from the power vector, their values will change according to how the power vector's values are adjusted inside the solver.

Anton
  • 1,458
  • 1
  • 14
  • 28
  • Thank you very much. I was worried if that i might declar it in a bad way. thankyou for the confirmation really. – Meriame Jun 09 '16 at 12:46