1 kyu

Optimal Transportation

Description
Loading description...
Algorithms
Mathematics
Performance
  • Please sign in or sign up to leave a comment.
  • EnochOluwademilade Avatar

    help help help help help help

  • heroicfun Avatar

    This comment has been hidden.

  • Peter4 Avatar

    Is it known transportation task problem with known solution, what does not work always, or else you may invent some approximate solution, but it will require longer time. Lets see :D

  • u19church Avatar

    Absolute brilliant bit 'o' code the kids had fun completing this one

  • lachesism Avatar
    • scipy should be disabled.

    • Number of Performance tests should be increased.

  • JTJL Avatar

    Maybe it would be better to add the range limits of suppliers[i], consumers[j] and costs[i][j] in the description, some algorithm may be sensitive to this.

  • cmistrata Avatar

    This comment has been hidden.

  • JiPiBi Avatar

    This comment has been hidden.

  • saerhex Avatar

    Will it always be closed(balanced) type of transport optimization task or not? Should i check the type of task and add supplier or consumer in dependency to the deficiency between total sums of consumers demands and suppliers production?

  • Dr Gabo Avatar

    In my opinion, linking the transportation problem would be an interesting modification. Also, you could add some explained examples. This is an interesting problem, but I think it is slightly underspecified.

    Cheers :)

  • Blind4Basics Avatar

    is that even a "description"...? I doubt it... :/

  • ZED.CWT Avatar

    No explanations? What does the cost mean? per transportation? per goods? What does the matrix mean? What do rows and cols stand for?