Skip to content

shmarovfedor/area-planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Area Planning

This project aims to maximise the construction profit for a predefined region by formulating the optimisation problem as a mixed-integer linear programming (MILP) problem and solving it using Gurobi Optimizer. See my MSc dissertation for more information.

Quick Start

  1. To get started first obtain a license for the Gurobi Optimiser and install the requirements by following the steps outlined here. If you are an academic user, claim a Named-User Academic license. For commercial or NGO licenses, claim the equivalent license.
  2. After claiming a Gurobi license and installing Gurobi on your local machine, clone this repository:
git clone https://github.com/shmarovfedor/area-planning.git
  1. If using IntelliJ, add the gurobi.jar file, located in the gurobi install folder as an external library. For all other IDEs, follow the application specific documentation to perform this task.
  2. Execute the program by running the RunGUI main program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages