Skip to main content

KeyError(3,3) when running objective function

Answered

Comments

1 comment

  • Riley Clement
    • Gurobi Staff

    Hi Lasse,

    You use x_ij and D_ij in your objective function, each of which are indexed by A. The definition of A if such that pairs of the form (i,i) such as (3,3) do not exist, hence the KeyError. Maybe the underlying problem is as simple as a typo?

    - Riley

    0

Please sign in to leave a comment.