Sophieke van Luenen

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

アクティビティの概要

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

    Hi Ryuta, thanks for the reply! The larger problem that I am modelling is about a grid of tiles which may be covered or not covered, according to a number of constraints. I successfully modeled all...

  • Sophieke van Luenenさんが投稿を作成しました:

    Adding 'assumed' variable values

    ユーザーの入力を待っています。

    Hi! For a test I created the following code in Gurobi 12.0.3: m = gp.Model("name") s1 = m.addVar(vtype=GRB.BINARY) s2 = m.addVar(vtype=GRB.BINARY) m.update() s1.Start = 0 ...