Julia Huigen

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

Activity overview

Latest activity by Julia Huigen
  • Julia Huigen commented,

    Thanks Ronald for your answer! In the end, the issue was with the capacity constraint. But it works now, so thank you again!

  • Julia Huigen commented,

    def solve_pricing_problem(p_id, duals, F_dict, I_dict, R_dict,alternative_itinerary):    pi = {}    sigma = {}    for name, val in duals.items():        if "capacity_constraint_" in name:         ...

  • Julia Huigen created a post,

    Column Generation for Mix Passenger Flow

    Answered

    In our code, the outcome provides 3 iterations in which the last one the objective function increases. This shouldn't happen, could you perhaps explain what I can do to solve this?