{"library":"pyomo","type":"library","category":null,"description":"Pyomo is an open-source Python-based optimization modeling language that allows users to formulate optimization problems in a high-level, object-oriented fashion. It supports a wide range of problem types including linear, mixed-integer, nonlinear, and generalized disjunctive programming. Pyomo provides interfaces to numerous commercial and open-source solvers. It is currently at version 6.10.0 and sees frequent releases with bug fixes, performance enhancements, and new solver interfaces.","language":"python","status":"active","version":"6.10.0","tags":["optimization","mathematical programming","modeling","solver","operations research","linear programming","nonlinear programming","mixed-integer programming"],"install":[{"cmd":"pip install pyomo","imports":["import pyomo.environ as pyo","model = pyo.ConcreteModel()","model.x = pyo.Var(bounds=(0, 10))","model.con = pyo.Constraint(expr=...)","model.obj = pyo.Objective(expr=..., sense=pyo.maximize)","solver = pyo.SolverFactory('glpk')"]},{"cmd":"pip install pyomo[optional_dependency]","imports":[]}],"homepage":"https://www.pyomo.org","github":"https://github.com/Pyomo/pyomo","docs":"https://pyomo.readthedocs.io/en/stable/","changelog":null,"pypi":"https://pypi.org/project/pyomo/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":4.7,"avg_import_s":0.79,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pyomo/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}