Santiago Ospina
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Santiago Ospina-
Santiago Ospina commented,
Already managed to solve it!! in: x * c['Cost $/MWh']out: i j CAL CAL 0.0 x[CAL,CAL] CAR 87.77384785166932 x[CAL,CAR] CENT 46.406115430596955 x[CAL,CENT] FLA 96.92815957953998 x[CA...
-
Santiago Ospina created a post,
ValueError: cannot join with no overlapping index names
AnsweredI am trying to minimize: sum (Xij * Cij )sum (flow from node i to node j * transportation cost from node i to node j) X is a gurobi.var object in: type(x)out: pandas.core.series.Seriesin: xout:i j...