Xiangfeng Zhu

  • Gurobi-versary
  • First Question
  • Conversationalist
  • Total activity 11
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by Xiangfeng Zhu Recent activity Votes
  • Constraints doesn't work

    Answered

    Hi, 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

    Answered

    Hi 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...