
Araz Nasirian
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Araz Nasirian-
Thank you for your hint I redefine the function as below and it works well now. Now, the solution time is much better. :) function solve_sub_prob(χʳ,H,J,T,Ω) θ_1 = fill(0.0,T,Ω) γ_1 = fill...
-
I assume the problem is related to this part of the code that I copied and pasted below. Running this code on HPC I request 32GB of memory. When I set the parameters as H=J=7 and T=\Omega=10 it so...
-
Hi Maliheh, Please accept my apologies as I could not express myself clearly. The story is I am working on a two stage integer stochastic problem. To solve a two stage linear stochastic problems we...
-
Thank for this response.I had a look to the documentation and they are for C, C++, python and ...I scripted my code in Julia and it looks like there is no documentation for Julia. Does it mean if I...
-
Hi Sonja, Is it possible to know if the solution is obtained using heuristic or by branch and bound/cut? Saying that, if the solution is obtained by branch and bound/cut can we know which node is t...