Skip to content

Instantly share code, notes, and snippets.

View skinkie's full-sized avatar

Stefan de Konink skinkie

View GitHub Profile
#!/usr/bin/env python
from collections import defaultdict
from pprint import pprint
import random
from pulp import *
def generate_trips(route_names, start_hour, end_hour):