メインコンテンツへスキップ

TypeError when using gurobipy.Model.addGenConstrIndicator

回答済み

コメント

2件のコメント

  • Matthias Miltenberger
    • Gurobi Staff

    Hi Ludwig,

    it seems that "beet" is not a variable, so you also cannot use it to construct the constraint "beet <= 1". You may have to add another call to addVariable() to do something with those beet values.

    I hope that helps.

    Cheers,
    Matthias

     

    1
  • Ludwig Baunach
    • Gurobi-versary
    • First Comment
    • First Question

    Thank you that solved the problem

    0

サインインしてコメントを残してください。