Vineet Jagadeesan Nair
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 3
アクティビティの概要
Vineet Jagadeesan Nairさんの最近のアクティビティ-
Vineet Jagadeesan Nairさんが投稿を作成しました:
Adding objective function makes the problem infeasible
回答済みI'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さんがコメントを作成しました:
Yes, this is the kind of solution I was looking for. Thank you!
-
Vineet Jagadeesan Nairさんが投稿を作成しました:
Losing multiobjective behavior after feasibility relaxation?
回答済みWhen 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...