dinesh malla
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
dinesh mallaさんの最近のアクティビティ-
dinesh mallaさんがコメントを作成しました:
thank you very much Alison Cozad, my question is about how to set -ve to +ve range of index for the matrix variable. for example import gurobipy as gpimport numpy as npimport scipy.sparse as sp...
-
dinesh mallaさんが投稿を作成しました:
how to set negative to positive index in Model variable
回答済みimport gurobipy as gpimport numpy as npimport scipy.sparse as sp m = gp.Model()t=range(4)g=range(-300,300) x = m.addMVar((g,t), name='x')