Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.08 KB

AqPy

This module is used to solve 2-D aquifer pumping optimization problems.

Installation

For this module, Anaconda is the recommended Python distribution which can be obtained here.

Dependencies:
  • Gurobi Optimizer (gurobipy)
  • matplotlib
  • numpy
Gurobi Installation:

Once Anaconda has been installed, use the following conda commands in your terminal to install Gurobi Optimizer.

conda config --add channels http://conda.anaconda.org/gurobi

conda install gurobi

Gurobi requires a free academic license which can be acquired from here. Installation and verification of the license is only possible on the university network.

Following the installation of Gurobi, the AqPy package can be installed with the following command:

pip install git+https://github.com/maskarb/aqpy

Example Usage:

Example Problem