Burcu Genc
- Total activity 11
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Burcu Genc-
Lower memory usage for MILP problem (SCHEDULING)
OngoingHello 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?
AnsweredHello, 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)
AnsweredHello 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...