{"library":"pulp","type":"library","category":null,"description":"PuLP is an LP (Linear Programming) modeler written in Python. It simplifies the creation of linear and mixed-integer programming optimization problems, allowing users to define problems using Pythonic syntax. It can generate MPS or LP files and call various open-source (like GLPK, COIN-OR CBC, HiGHS, SCIP) or proprietary (CPLEX, GUROBI, MOSEK, XPRESS) solvers to find optimal solutions. The current version is 3.3.0, and it is actively maintained with regular updates.","language":"python","status":"active","version":"3.3.0","tags":["optimization","linear programming","operations research","MILP","solver"],"install":[{"cmd":"pip install pulp","imports":["from pulp import LpProblem","from pulp import LpVariable","from pulp import LpMinimize","from pulp import LpMaximize","from pulp import lpSum","from pulp import LpProblem, LpVariable, LpMinimize, lpSum, LpStatus, value"]},{"cmd":"pip install pulp[open_py]","imports":[]}],"homepage":null,"github":"https://github.com/coin-or/pulp","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pulp/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":85,"avg_install_s":2.9,"avg_import_s":0.28,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pulp/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}