Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 613 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 613 Bytes

wds-aro

Adjustable Robust Optimization for Water Distribution System Operation Under Uncertainty

Gal Perelman and Avi Ostfeld

This repository contains the code and data for the paper ARO for WDS Operation Under Uncertainty
This paper has been submitted for publication in Water resources Research

Installations

Create a python virtual environment python -m venv <venv_name>
Activate the new venv by source venv/bin/activate (for mac) or venv/Scripts/activate.bat (for windows)
Install packages in requirements.txt by calling pip install -r requirements.txt