{"library":"mip","type":"library","category":null,"description":"Python-MIP (Mixed-Integer Programming) is a Python library for modeling and solving Mixed-Integer Linear Programs (MIPs). It provides a high-level, intuitive API inspired by Pulp, offering access to advanced solver features like cut generation, lazy constraints, and solution pools. The library integrates with popular open-source solvers like COIN-OR CBC and HiGHS, as well as the commercial Gurobi solver. It is actively maintained, with version 1.17.6 being the latest, and aims for high performance and extensibility, supporting Python 3.10+ and PyPy for faster model generation.","language":"python","status":"active","version":"1.17.6","tags":["optimization","linear programming","mixed-integer programming","MIP","solver","operations research","mathematical modeling"],"install":[{"cmd":"pip install mip","imports":["from mip import Model","from mip import xsum","from mip import maximize","from mip import MINIMIZE","from mip import BINARY"]},{"cmd":"pip install mip gurobipy","imports":[]}],"homepage":"https://www.python-mip.com","github":"https://github.com/coin-or/python-mip","docs":null,"changelog":null,"pypi":"https://pypi.org/project/mip/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":65,"avg_install_s":6.1,"avg_import_s":0.17,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/mip/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}