Susana Carmona

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 11
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 1
  • サブスクリプション 4

アクティビティの概要

Susana Carmonaさんの最近のアクティビティ
  • Susana Carmonaさんが投稿を作成しました:

    Stop the program while running

    回答済み

    Hi everyone, I want to stop my program when is running. I want to stop it after 25 iterations if the solution doesn't change. How could I do it? Thanks!

  • Susana Carmonaさんが投稿を作成しました:

    Sequence tool restriction

    回答済み

    Hello everyone, I have this data: m = gp.Model('model')jobs, tool = gp.multidict({('A'): 1,('B'): 1,('C'): 2,('D'): 3,}) Where A,B,C,D are the jobs and 1,2,3 are the tools used for every a job.   ...

  • Susana Carmonaさんがコメントを作成しました:

    Hi Eli Towle, I have had continue working on the model and another problem appears. When I run the program I obtained an incorrect solution: Job1 assigned to machine 1.2 at sequence 1. Start at day...

  • Susana Carmonaさんが投稿を作成しました:

    How can I create a multidict with data from excel file?

    回答済み

    Hello everyone, I started computing data by myself like this: jobs, endate , qty, pph, setup, weight = gp.multidict({ ('1'): [date(2022,1,5), 7111, 160, 10, 5], ('2'): [date(2022,1,5), 2801, 180, ...

  • Susana Carmonaさんがコメントを作成しました:

    Thank you, this works!

  • Susana Carmonaさんが投稿を作成しました:

    Infeasibility while adding a constraint

    ユーザーの入力を待っています。

    Hello everyone,   I have to add these two constraints in my code:        When I add the constraint (4) to the code, the model becomes infeasible because comes into conflict with constraint (2). ...