Luis Luengo
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Luis Luengoさんの最近のアクティビティ-
Luis Luengoさんがコメントを作成しました:
Thank you very much Riley. This solved my issue.
-
Luis Luengoさんが投稿を作成しました:
How to get the result of the objective function while using a slack variable?
回答済みI have a simple Python code using Gurobi. I have added a slack variable to force model feasibility. I need to know how to get the real minimum value in my objective function. import gurobipy as gpf...