Alexandre Touzet

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

アクティビティの概要

Alexandre Touzetさんの最近のアクティビティ
  • Alexandre Touzetさんがコメントを作成しました:

    Thanks to your message I found the problem!  I was creating the model with: m = gp.Model("multi_objective_model") And not: m = gp.Model("multi_objective_model",env=env) Thank you!

  • Alexandre Touzetさんが投稿を作成しました:

    Model too large for size-limited license despite WLS license

    回答済み

    Hello,  I have a web application that makes use of a WLS license to create and solve optimization models, and until 2 weeks ago everything was working perfectly. I didn't use my application for two...

  • Alexandre Touzetさんがコメントを作成しました:

    Hello, if my post isn't in the proper section please tell me, or transfer it if possible... I really don't know what is wrong with my code as one piece of equipment shouldn't be able two times at ...

  • Alexandre Touzetさんが投稿を作成しました:

    Equipment assigned twice despite constraint

    回答済み

    Hello everyone,   I am writing to you because I have an issue with my optimization model and I don't know what to do anymore. I have a milp model that should assign loading and unloading equipment ...

  • Alexandre Touzetさんがコメントを作成しました:

    Thanks to your advice, I think I found where I was incorrect. Thank you a lot!

  • Alexandre Touzetさんがコメントを作成しました:

    Thank you!! It was that indeed. I have modified it as you proposed but I have other errors in the constraints that I don't know how to fix. Sorry that those are be simple questions, I am new to usi...

  • Alexandre Touzetさんが投稿を作成しました:

    Error while defining a variable

    回答済み

    Hello, I have an error that seems to be occuring when I am defining a variable. I have looked online, try to modify the upper and lower bounds, modify the constraints that use the variable in case ...