|
|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
|
|
|
|
|
|
|
|
|
|
setup(
|
|
|
|
setup(
|
|
|
|
name='miplearn',
|
|
|
|
name='miplearn',
|
|
|
|
version='0.1.0',
|
|
|
|
version='0.2.0',
|
|
|
|
author='Alinson S. Xavier',
|
|
|
|
author='Alinson S. Xavier',
|
|
|
|
author_email='axavier@anl.gov',
|
|
|
|
author_email='axavier@anl.gov',
|
|
|
|
description="Extensible framework for Learning-Enhanced Mixed-Integer Optimization",
|
|
|
|
description="Extensible framework for Learning-Enhanced Mixed-Integer Optimization",
|
|
|
|