Originally posted by: SystemAdmin
You are right. In the matlab API feasopt() can only be invoked for linear problems. Quadratic constraints are not supported here. I have filed a user wish that asks for this feature.
To get feasopt for quadratic constraints you would have to manually create the model that feasopt would otherwise create: Add additional variables to the quadratic constraints that make the constraints always feasible and penalize the variables if they are non-zero. Then minimize the penalty.
#CPLEXOptimizers#DecisionOptimization