You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I developed Python code to minimize quadratic functions subject to constraints. This program has the ability to solve linear functions, unconstrained quadratic functions, equality constrained quadratic functions through the conjugate method, inequality constrained problems through the active set method under the KKT conditions using Schur's method.