Xiangfeng Zhu
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Xiangfeng Zhu-
Constraints doesn't work
AnsweredHi, I'm trying to translate an LP problem into Gurobi using python but my program is not working. I spent several days to debug it but it's still not working. I appreciate any help! Specifically, ...
-
Non-Zero test for summation of variables
AnsweredHi all, I have a list of variable and I want to add a constraint to limit the number of non-zero variables. How should I do this? I try to compare it to something like IntFeasTol but I think two-si...