Hi,
So as mentioned in the tag line , I am trying to model a problem where I have Quadratic objective function(trying to minimize the risk return profile ) for a given parameter lambda. (lambda*w* Covar*w_transpose - Mean *w).
I have some integer variables in the constraints to model for the absolute portfolio turnover .I tried to model the problem with InteriorPointSolver but SetIntegrality function does not seem to be implemented for InteriorPointSolver.
Then I tried to model the problem with Simplex method but Debugger catch exception that I should use InteriorPointSolver
I am using 3.0.1.10599 version solver and running it on 4.0.30319 runtime enviornment C# environment.
Any inputs as to how to model the problem
Thanks