Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.49 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.49 KB

Building Megapolis

City Planning using Optimization

Building a city from the ground up is not a radically new idea. After some online research, we found that a lot of countries have tackled the projects of building a city from the ground up. We decided to use Julia lang, along with some other Julia packages and optimization solvers to find out how to use optimization to solve the city planning problems. We modeled our project into three different parts, progressively built on top of each one.

To see what and how we did it, clone this repository and run the julia notebook in the 'submission' folder.

Some packages that are needed:

  1. Julia: To install a Julia IDE with a Julia notebook, installation can be found here
  2. This model also required to install and purchase the Gurobi Solver, installation can be found here
  3. After installed the two required packages, we also used some optimization and graphing library. To install, do:Pkg.add("JuMP"), Pkg.add("Plots"), and Pkg.add("Images") in the IDE or the jupyter notebook.

More questions about our project, please email any one of us at the email specified in the notebook.