diff options
| author | Mitsuo Tokumori <[email protected]> | 2022-04-24 18:48:51 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2022-04-24 18:48:51 -0500 |
| commit | 453a2ae1d15f3fcb197f17974c8541216c4baded (patch) | |
| tree | 862f81e0f872a0ccedeae9ba4bfa150da844b949 /.gitignore | |
| parent | 332f13fefb21cf47361562db42bac73ef608ec0d (diff) | |
| download | VRPTW-ACO-python-453a2ae1d15f3fcb197f17974c8541216c4baded.tar.gz VRPTW-ACO-python-453a2ae1d15f3fcb197f17974c8541216c4baded.tar.bz2 VRPTW-ACO-python-453a2ae1d15f3fcb197f17974c8541216c4baded.zip | |
Add comments to vrptw_base
Also add sols/ directory. MACS generated travel_paths.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ .idea/ -__pycache__/
\ No newline at end of file +__pycache__/ + +*.swp |
