Ilya Tuzhilin

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

アクティビティの概要

Ilya Tuzhilinさんの最近のアクティビティ
  • Ilya Tuzhilinさんが投稿を作成しました:

    How to get value from decision matrix after optimization?

    回答済み

    Suppose I have a matrix defined as follows:   MM = model.addVars(I, J, vtype=GRB.BINARY, name='MM') ... model.optimize() After Solution was found I want to save matrix MM as a 2D numpy array Result...

  • Ilya Tuzhilinさんが投稿を作成しました:

    Dynamical Range

    回答済み

    Hi, I am trying to solve a packaging problem where math model describes postion of products in packaging boxes. In problem formulation it is not known apriori how many pieces of product can be fitt...