Toly Novik
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Toly Novik-
Toly Novik created a post,
Infeasible Model - Model contains large matrix coefficients
Awaiting user inputHello I am running a model with a linear Objective Function. Here are the results: charging_station_cost = sum((100000 * x[i]) + (3000 * y[i]) for i in I)EV_route_cost = sum(x[0] for x in L) # Obj...