I hereby claim:
- I am daoducminh on github.
- I am ducminhdao (https://keybase.io/ducminhdao) on keybase.
- I have a public key ASD06CMWb1ZukBGpkHg3aZYOWRg7yGq2IaJSelIYhvulxwo
To claim this, I am signing this object:
| import json | |
| import os | |
| from datetime import datetime | |
| import pymongo | |
| from scrapy import Request, Spider | |
| from scrapy.exceptions import CloseSpider | |
| from scrapy.http import Response | |
| LIMIT = 1e7 |
I hereby claim:
To claim this, I am signing this object:
| from __future__ import print_function | |
| from ortools.constraint_solver import routing_enums_pb2 | |
| from ortools.constraint_solver import pywrapcp | |
| def create_data_model(): | |
| """Stores the data for the problem.""" | |
| data = {} | |
| data['distance_matrix'] = [ | |
| [ |