Jin Huang
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Jin Huang-
The method used in QCQP
AnsweredHi, I firstly modeled my problem as a Mixed-Integer Quadratic Constrained Problem. And Gurobi solves it well. Then I find I can relax all the integer variables(actually {0,1}) to continuous variab...
-
add conditional constraint
AnsweredHi, could u please tell me how to add this kind of constraint to the optimization problem? f(x)<=2; Here, x=[x1,x2,x3,x4]; x1-x4 are variables. f(x)= x1,if x2>x4; =x3, if x2<=x4; Here the va...