Gleb Sibul
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Gleb Sibul-
Gleb Sibul commented,
Thank you very much! Is it possible to make this problem stochastic by considering k samples of edge costs and finding CVAR of the objective for some alpha?
-
Gleb Sibul created a post,
Shortest Path Problem infeasible
AnsweredI am solving the Shortest Path Problem on a generated n by m lattice directed graph with positive edge costs using Gurobi. The code is as follows: import networkx as nximport gurobipy as gpfro...