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