Vida Yousefinezhad

Gurobi-versary
Curious
Conversationalist
  • Total activity 27
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 7

Posts

Recent activity by Vida Yousefinezhad Recent activity Votes
  • Mixed integer programming

    Answered

    Hello everyone. I am solving a mixed integer programming model in Python with Gurobi package. Recently, I came across sth that is not logical to me. I have continuous and binary decision variables....

  • I'm encountering "The kernel appears to have died. It will restart automatically" error while solving an MIP model

    Answered

    I am trying to solve a large scale MIP model in web-based Jupyter notebook environment. After about 12 hours the error appeared. Also, the solving process is very slow and it seems too long (e.g., ...

  • taking too long from 0.08% Gap to 0% while solving a MIP in Python with Gurobi package

    Ongoing

    I am solving a MIP problem in Python. The solving process with branch and bound proceeds very fast at the beginning, but when the optimality gap reaches 0.08% the opposite happens. I mean from 0.08...

  • Out of Memory Problem

    Answered

    Hi everyone! I am solving a MIP model in Python with the Gurobi package. I encountered an "Out of memory" error after 2000 seconds and did not know how to deal with it. I just read an article on yo...

  • Algorithm

    Answered

    Hi everyone! I have a question about coding in Python with the Gurobi package. I am coding an algorithm. In each iteration, there is a constraint (constraint_90 in the master problem) in which the ...

  • Indicator day of week

    Ongoing

    Hi everyone! I am using a forecasting model and want to code the following: mu is a coefficient of I. V is the Day of the week (V: = {Mon, Tue, ..., Sun}). I(Φ(t)=v) is the indicator function and ...

  • IIS infeasible

    Answered

    Hi, I have a maximization problem, which is infeasible (status: 4) in Python with the Gurobi package. Then, I tried to do IIS infeasible to find out the constraints that make the model infeasible. ...