Abdelmalek Metidji
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Abdelmalek Metidji-
Error "Unable to resolve the name gurobi.Model."
AnsweredHello, I'm using Gurobi to solve the problem of min-cost flow on graphs with radiality contraints. Here is the code that I'm using : n = 4;R = [1];% Define the isconnected functionisconnected = @(G...