Metadata-Version: 2.1
Name: MilPython
Version: 0.5.3
Summary: Framework for building MILP optimizations for time series with gurobipy
Home-page: https://github.com/hanneshanse/MilPython
Author: Hannes Hanse
Author-email: hannes.hanse@tu-clausthal.de
License: MIT
Keywords: milp,time series,optimization,gurobi,gurobipy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: scipy
Requires-Dist: gurobipy
Requires-Dist: numpy
Requires-Dist: matplotlib

# MilPython
MilPython is a python Framework for building milp-optimizations for time series using gurobipy.

## MilPy is still under development
If you come along issues or missing features please contact me at hannes.hanse@tu-clausthal.de


## Installation
The package is installed by
*pip install milpython*.

## Getting started

[This](https://github.com/hanneshanse/MilPython) github repository contains  basic examples showing the usage the framework.
A more detailed maunal is in development.
