Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1.09 KB

software.md

File metadata and controls

27 lines (27 loc) · 1.09 KB
layout title image description nav-menu banner_color
page
Software
assets/images/software.jpeg
Providing tools to understand and solve challenging optimization problems
true
style6

MindtPy

The Mixed-Integer Nonlinear Decomposition Toolbox in Pyomo (MindtPy) solver allows users to solve Mixed-Integer Nonlinear Programs (MINLP) using decomposition algorithms. These decomposition algorithms usually rely on the solution of Mixed-Intger Linear Programs (MILP) and Nonlinear Programs (NLP). The following algorithms are currently available in MindtPy:

  • Outer-Approximation (OA)
  • LP/NLP based Branch-and-Bound (LP/NLP BB)
  • Extended Cutting Plane (ECP)
  • Global Outer-Approximation (GOA)
  • Regularized Outer-Approximation (ROA)
  • Feasibility Pump (FP)