Jack Kaz

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

Posts

Recent activity by Jack Kaz Recent activity Votes
  • Using "addGenConstrPow" but model is infeasible

    Answered

    Hello together, I am trying to solve an easy power function for "x = 20 + A"  with A=200, but it is infeasible. I do not understand why. If I set my variable A = 0 it is feasible. Thank you. Here i...

  • Simple If condition with a decision variable

    Answered

    Hi, I am new with Gurobi and have a question about using if clause in my Python program. My variable can only be Q = 0 or Q > 0 and its upper bound is defined 1000. A separat function should give a...