Skip to content

maskarb/AqPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AqPy is an optimization solver for 2-D aquifer problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published