Reorganize directories

This commit is contained in:
2020-03-05 17:58:56 -06:00
parent 37795fe013
commit 7765d1f822
50 changed files with 168 additions and 11 deletions

View File

@@ -1,18 +0,0 @@
from setuptools import setup
setup(
name='miplearn',
version='0.1',
description='A Machine-Learning Framework for Mixed-Integer Optimization',
author='Alinson S. Xavier',
author_email='axavier@anl.gov',
packages=['miplearn'],
install_requires=[
'pyomo',
'numpy',
'sklearn',
'networkx',
'tqdm',
'pandas',
],
)