Skip to main content

TypeError when using gurobipy.Model.addGenConstrIndicator

Answered

Comments

2 comments

  • Matthias Miltenberger
    Gurobi Staff 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
    First Comment
    First Question

    Thank you that solved the problem

    0

Please sign in to leave a comment.