Hilda

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

投稿

Hildaによる最近のアクティビティ 最近のアクティビティ 投票
  • KeyError: 0 in Python

    回答済み

    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...