Hilda

  • Gurobi-versary
  • First Question
  • First Comment
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by Hilda Recent activity Votes
  • KeyError: 0 in Python

    Answered

    Hi, I have the following code: from typing import Listfrom data_contoh_mod import *def _pm(i, iterasi): for col in S[i]: precedence[iterasi][col] = 1 if col in S: _pm(co...