Burcu Genc
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
Burcu Gencさんの最近のアクティビティ-
Burcu Gencさんがコメントを作成しました:
Hello David, Thanks, but I tried lots of time of these suggestions. But it did not work, do you have any idea about my logic of model? Do i need to change the logic or how can i optimize my algor...
-
Burcu Gencさんが投稿を作成しました:
Lower memory usage for MILP problem (SCHEDULING)
進行中Hello dear solvers, I have 200 lines as input for a scheduling MILP problem I'm working on. When I run the data by dividing it on my computer, 20, 50 and 100 pieces work.They worked. However, when ...
-
Burcu Gencさんがコメントを作成しました:
Hello Marika, my code consists of 2 stages. The first part is taken into account when I run it for the first time, and the second part is taken into account in my 2nd and subsequent runs. When I ru...
-
Burcu Gencさんがコメントを作成しました:
Hello Marika, Thanks. I used it. It worked but the first tardiness value is 8220 and the second tardiness (the code is worked 2nd time) value is 8853 on this code. How can i get the tardiness value...
-
Burcu Gencさんが投稿を作成しました:
how to prioritize multi-objective MILP problem in Python?
回答済みHello, i have code for a multi-objective MIP scheduling problem. These 2 are tardiness and completion time minimization.Here I want the Tardiness objective one of my objective functions to have m...
-
Burcu Gencさんがコメントを作成しました:
Hello Jonasz, Thank you for your opinion. But, I did not understand exactly for adding some meaningful names to your constraints.And also, trying to generate the IIS for the smallest instance for w...
-
Burcu Gencさんが投稿を作成しました:
Infeasible solution on Gurobi/Python Model (Scheduling Model Mixed Integer Programming)
回答済みHello Everyone, Here is my mathematical model and constraints; (indice i can be ignored) Objective function aims to minimize tardiness of the jobs.Constraint (I) states that if a job is placed i...