dinesh malla
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by dinesh malla-
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')