Marcell Frisch
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Marcell Frisch-
Dear Eli Towle, The code works perfectly for my basic cases but when I try to run it for 843 assets it runs for a very long time and I get this error message: Explored 5308982 nodes (64204304 simpl...
-
Dear David, So if I understand correctly I should just put this part: z = model.addMVar(mu.size, vtype=GRB.BINARY, name="z") # Variable ysum equal to sum of y variables ysum = model.addMVar(shape=...
-
Hi David, The problem is I have 482 assets and I have these constraints :how many assets should be in the portfolio,how much should be the minimum and the maximum weight can be assigned to one ass...