Hilda

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

アクティビティの概要

Hildaさんの最近のアクティビティ
  • Hildaさんがコメントを作成しました:

    updated, thank you! Jaromił Najman

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