Ahmad Nabil Maulana

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

Activity overview

Latest activity by Ahmad Nabil Maulana
  • Ahmad Nabil Maulana created a post,

    Vehicle Routing Problem with Time Windows with Gurobi and Python

    Answered

    Hi Team Gurobi! I'm trying to model VRPTW formulation in Python with Gurobi. Any suggestions as to why the model is still infeasible? Would love to have some feedback, especially the subtour elimin...

  • Ahmad Nabil Maulana created a post,

    Minimizing Cost Mathematical Linear Program

    Answered

    So I have this problem, and I have made a code in Gurobi and Python: import gurobipy as gpfrom gurobipy import GRB # Define dataI = ['A', 'B', 'C']M = list(range(1, 13))S = ['Molding', 'Assemblin...