Fatima Ezzahra El habibi

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

Posts

Recent activity by Fatima Ezzahra El habibi Recent activity Votes
  • Quadratic function as objective function

    Answered

    Hello, I am working on a maximization problem. This is the original objective function:  model.setObjective(v @ x, GRB.MAXIMIZE) But I need to make it a quadratic function: (v@x)**2. If I write it ...

  • Solution of optimization saved as array.

    Answered

    Hello everyone. I am new at programming and I've been struggling with this piece of code. I am working with a modified version of the Knapsack Problem.   #Data n = n. of itemsweights =[...]v = [....