Hu Zhenghao
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Comments
Recent activity by Hu Zhenghao-
Actually, my objective is also changed with variables, like : if p[9,0]>=4: objective=max p[9,1] else: objective=max p[9,0] the expression is simplified.The objective function is segmented an...
-
Thanks for your suggestion, I tried to use a binary variable and use indicator constraints, but the constraint is quadratic. So I added a new variable to define the quadratic equation, it works. I ...