Florian Peterssen
- 合計アクティビティ 2
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Florian Peterssenさんの最近のアクティビティ-
Florian Peterssenさんが投稿を作成しました:
Bug Report: MVar with multiple leading 1's in the shape does not accept lb, ub or obj
Currently, it is not possible to add an MVar whose shape has multiple leading 1s with a lower bound of the same shape: import gurobipy as gpimport numpy as npshape = (1, 1, 2)m = gp.Model()mv1 = m....