dinesh malla
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by dinesh malla-
dinesh malla commented,
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 created a post,
how to set negative to positive index in Model variable
Answeredimport 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')