Metadata-Version: 2.1
Name: mip
Version: 1.0.5
Summary: Python tools for Modeling and Solving Mixed-Integer Programs
Home-page: https://github.com/tuliotoffolo/python-mip
Author: Toffolo, T.A.M. and Santos, H.G.
Author-email: haroldo@ufop.edu.br
License: UNKNOWN
Description: # Python MIP (Mixed-Integer Linear Programming) Tools
        
        Python MIP is a collection of tools for python the modelling and solution
        of Mixed-Integer linear programs. MIP syntax was inspired in Pulp and
        porting Pulp models should be quite easy.
        
        Some of the main features of MIP are:
        
        * multi solver: works with many different MIP solvers, such as Gurobi, CBC
          and GLPK
        * fast: MIP tries to incurr a minimum overhead layer and directly talks to
          the solver C API using ctypes
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
