Fminineq: constrained minimization

Fminineq solves constrained minimization problems, with both equality and inequality constraints.

You are now following this Submission

Authors: David Vallverdu and Marc Trullas.
With the supervision of professor Manel Soria.
This software was developed as a part of a Advanced Thermodynamics course given by Dr. Manel Soria in a Master's degree at ETSEIAT, Polytechnical University of Catalonia, Spain.
Fminineq finds the optimal of
minimize: F0(X)
subject to: Aeq·X = beq
Ain·X <= bin
where F0 is the handle of f:R^n -> R, a class C² derivable function.
Fminineq is restricted to square Ain. For more information, see the help documentation.
Fminineq is aimed at free Gibbs Energy minimization for gas chemical equilibrium problems.
Fminineq uses a primal-dual interior point algorithm based on Boyd & Vandenberghe, Convex Optimization (2004).
The user-end part of Fminineq is designed so that it is similar to the MATLAB method Fmincon.

Cite As

David Vallverdu (2026). Fminineq: constrained minimization (https://www.mathworks.com/matlabcentral/fileexchange/49073-fminineq-constrained-minimization), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: HGS Chemical Equation Solver

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.4.0.0

professor details

1.3.0.0

References

1.2.0.0

Description

1.1.0.0

Updated refferences.

1.0.0.0