Consulting

Results 1 to 3 of 3

Thread: Order Assignment Problem

  1. #1
    VBAX Newbie
    Joined
    May 2016
    Posts
    2
    Location

    Order Assignment Problem

    Hello!


    I need to solve an order assignment problem. I think I can solve this using integer programming, but I need some tips to start the model.


    1) A warehouse has to complete the picking of orders. Each order includes a list of products.


    2) There is 1 working station and that station can prepare a maximum of 5 orders each time.


    3) Definition of "task" = 1 station prepares 1 product (maximum of 5 picks in each task)


    4) The objective is to maximize the KPI = Number of picks/Number of tasks.


    I tried to arrange the Excel file the best I could so you can understand what is needed... if you have any doubts, please tell me!


    This is my idea... I think I'm doing the right way, but I don't know how to "convert" it into a VBA code :\

    f34f.jpg


    Can anyone help me? Thank you!
    Attached Files Attached Files

  2. #2
    VBAX Newbie
    Joined
    May 2016
    Posts
    2
    Location
    I tried to create a simplification:
    Attached Files Attached Files

  3. #3
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    It is a national three day holiday in the USA. Some of our regulars won't be here until Tuesday. Don't worry, we have other regulars all over the Globe.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •