Vineet Jagadeesan Nair
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Activity overview
Latest activity by Vineet Jagadeesan Nair-
Vineet Jagadeesan Nair created a post,
Adding objective function makes the problem infeasible
AnsweredI'm using Gurobi with CVX in MATLAB. When I run my optimization problem with 0 objectives and just solve the constraints, it returns that it is feasible. But when I add in my objective function, I ...
-
Vineet Jagadeesan Nair commented,
Yes, this is the kind of solution I was looking for. Thank you!
-
Vineet Jagadeesan Nair created a post,
Losing multiobjective behavior after feasibility relaxation?
AnsweredWhen I run model.feasRelax on my multiobjective model (with minrelax = 0), it seems to automatically turn the model into a single objective model (model.IsMultiObj = 0 and model.NumObj =1). Thus, I...