Skip to content

A series of algorithms for solving single and double order matching to drivers. Uses a variation of min cost max flow to solve these problems optimally.

Notifications You must be signed in to change notification settings

kristopherrollert/usc-huawei

Repository files navigation

usc-huawei

AUTHOR

Kristopher Rollert | kristopher.rollert@gmail.com

RUNNING THE DEMO
  1. Ensure that you have docker installed
  2. Open a terminal that runs docker commands to the demo folder
  3. run "./run.sh" in your terminal. This should build and run the demo. If you want to rerun the demo, you are going to have to delete the previous docker container.
  4. You can find the demo at "localhost:8080". To find how to use the demo, refer to the "How to Run the Demo.pdf".

About

A series of algorithms for solving single and double order matching to drivers. Uses a variation of min cost max flow to solve these problems optimally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages