merve özer
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 2
アクティビティの概要
merve özerさんの最近のアクティビティ-
merve özerさんがコメントを作成しました:
This is great! I obtained exactly what I wanted. Thank you very much. Kind regards, Merve
-
merve özerさんが投稿を作成しました:
How can I add a parameter into the the constraint?
回答済みI am trying to solve the following generalized assignment problem in Gurobi. I managed to solve the problem when bij is =1 which is a simple assignment problem. Now I am trying to solve the general...
-
merve özerさんがコメントを作成しました:
Thank you very much! I could not think about it like that as I am a newbie in Python and Gurobi. Now, I obtained exactly what I wanted thanks to you! Sincerely, Merve.
-
merve özerさんがコメントを作成しました:
Hi, actually matching scores (costs) are given in a matrix format as below and scores and the value of the matching is obtained by multiplying the binary variable (1 or 0) and the score as in the o...
-
merve özerさんが投稿を作成しました:
How can I obtain the optimal matching score of each decision variable?
回答済みHi, I want to obtain the matching score of each assignment next to the variable. For example, something like that 'assign [Carlos, Tester] Score 53'. When we write "print (v.varName, v.x) it gives ...