Metadata-Version: 2.1
Name: demand-manager
Version: 0.0.1
Summary: Demand manager is an optimisation package for scheduling loads of households, including electric appliances, batteries and EV. 
Home-page: https://github.com/dorahee/demand-manager.git
Author: Shan Dora He
Author-email: dora.shan.he@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# demand-manager
Demand manager is a python package for managing the loads of households, including electric appliances, batteries and EVs.

Demand manage uses the MiniZinc as the optimisation modelling language, and Gecode, Gurobi or other solvers that are compatible with MiniZinc. 

The objectives of the demand optimisation problem include the energy usage cost, the network charge (if needed) and inconvenience to consumers.


