Skip to content

forio/route-optimizer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

route-optimizer

Forio's Route Optimizer combines linear optimization in Julia with Google Maps. The completed project runs on Forio's Epicenter platform here.

The Route Optimizer model is licensed under LGPL and the interface is licensed under Apache v2.

##To run on Epicenter Before running the project, a Google Maps API Key is required

  • Copy the 'public' folder into your Epicenter project. Tutorial here.
  • Verify from your project settings that your project is set to 'public'. Tutorial here.
  • Change YOUR_KEY_HERE in index.html to reference your Google Maps API key.

To run locally

  • npm install
  • bower install
  • grunt production or grunt server

Configuration

  • Copy the 'configure.default.json' file into the same folder and name the new file 'config.json'
  • Change the "YOUR_API_KEY" value to your API Key

##Background

Additional details on our methods and motivation are in our blog post.

© Forio Corporation, 2014. All rights reserved.