CHAYMAE MAKRI

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

Posts

Recent activity by CHAYMAE MAKRI Recent activity Votes
  • MINLP & solver

    Answered

    Q1: if I can resolve mixed integer nonlinear programming with gurobi? if yes, how?Q2: if I can change the solver for my program?

  • arctan in gUrobi optimization (python)

    Answered

    Hello,  how can I add this constraint? for i in N:     for e in M:             b[i][e]=arctan(P[i] - Pc[i][e] * x [i,e]) where x is the binary variable, Pc is the decision variable, and P is a cons...

  • minimax optimization

    Answered

    Hello, How can I solve the multi-objective problem?F= min ( P *x + max (Q*x ) )where x is the decision variable, and P and Q are constants. Thanks