Following are the characteristics of my problem:
Objective function: two non-linear functions and one linear function
Decision variable: two integer variables - can be relaxed as real (thus, problem can be INLP or NLP)
Constraint: three (two bounding constraint and one relationship constraint)
Problem type: non-convex
Solution required: Global optimum
Is there any python solvers to solve the above multi-objective optimization problem using Successive Quadratic Programming (SQP) or Interior Point Methods or other appropriate NLP solution methods?
