I have 2 non-linear equations as below.
How can I present these equations in Cplex?
Thanks in advance.
Q_rsp"=Q_rsp'*(exp(-lamda * t_tht))
deltaQ_rsp=(Q_rsp' - Q_rsp")*y_rsp
with lamda=.25; Q_rsp'=100;
y_rsp: boolean
t_tht: time
I have 2 non-linear equations as below.
How can I present these equations in Cplex?
Thanks in advance.
Q_rsp"=Q_rsp'*(exp(-lamda * t_tht))
deltaQ_rsp=(Q_rsp' - Q_rsp")*y_rsp
with lamda=.25; Q_rsp'=100;
y_rsp: boolean
t_tht: time
For non linear constraints you can use CPOptimizer within CPLEX.
Example https://github.com/AlexFleischerParis/zooopl/blob/master/zoononlinear.mod