summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJon Zhao <[email protected]>2019-05-24 14:59:01 +0800
committerGitHub <[email protected]>2019-05-24 14:59:01 +0800
commit3068981c81c2d7ca40eecf6c3a1091dd2f7d1350 (patch)
tree8462fbdcca2c28f2355859604f4352b59ac94b9c /README.md
parent81326f8746e545a875b0c7f6f8e8ef96a7786705 (diff)
downloadVRPTW-ACO-python-3068981c81c2d7ca40eecf6c3a1091dd2f7d1350.tar.gz
VRPTW-ACO-python-3068981c81c2d7ca40eecf6c3a1091dd2f7d1350.tar.bz2
VRPTW-ACO-python-3068981c81c2d7ca40eecf6c3a1091dd2f7d1350.zip
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7d8e164
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# VRPTW-ACO-python
+A **python** implementation of a **ant colony optimization** based solution to **Vehicle Routing Problem with Time Windows**.