Luis Luengo
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
投稿
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...