This module is used to solve 2-D aquifer pumping optimization problems.
For this module, Anaconda is the recommended Python distribution which can be obtained here.
- Gurobi Optimizer (gurobipy)
- matplotlib
- numpy
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