Description
Mixed-integer nonlinear programming problems can be solved with an experimental open-source C++ optimizer. It is useful for researchers and advanced users modeling optimization problems that combine integer decisions with nonlinear equations.
MINLP solvers are sensitive to model formulation, bounds, scaling, and nonconvexity. Treat results as mathematical output that needs validation, especially because this solver is described as experimental.