Hooman Toosi
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 3
Posts
Recent activity by Hooman Toosi-
Tupledict to array
OngoingHello,What is a quick way to convert the variable values of optimization (tupledict) to a regular array?Thank you
-
aTan(bx)
AnsweredHello,I have a nonlinear constraint that can be written as below, where a and b are constants.y1[i] = a * tan(b * x[i]) for i in range (m)I am aware that there is a " addGenConstrTan" method with ...
-
How to index a dictionary or list with a list?
AnsweredHello,In my optimization problem, I have a constraint like below "Constraint 2" within which K at every iteration depends on SC[i] at that particular iteration or the next one. SC[i] is also gener...