Nooshin Heidari
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Nooshin Heidari-
Nooshin Heidari created a post,
Abs function in Cpp
AnsweredI need to define the absolute value of some varibales in cpp and I have used the provided syntax like : for (int v = 1; v <= nVehicles; v++) { for (int i = 1; i <= NA[v -...
-
Nooshin Heidari commented,
Hi Gwyneth Thanks for your comment. It works now. Perfect. Thank you! Regards, Nooshin
-
Nooshin Heidari commented,
Hi I am using Gurobi 9.0.3 in Windows and 9.1.2 in Centos. But is there any difference for OutputFlag command? Setting DisplayInterval after OutputFlag doesn't work since it has an error while read...
-
Nooshin Heidari commented,
Hi My model is complicated. So its not possible to make a minimal example of this. There is no other issue in my script except this line of code in Centos at the time of running (Make is done with ...
-
Nooshin Heidari commented,
Hi Yes, The script are the same (both for Windows and Centos) and except this error, the rest of the code is fine and comply. I do not set any otther parameters as well. I am wondering why OutputF...
-
Nooshin Heidari created a post,
OutputFlag vs DisplayInterval
AnsweredHi I am using Gurobi with c++. I need to stop printing outputs in consoleand I did in windows by model->set(GRB_IntParam_OutputFlag, 0) and itworks. But now, I am using centos and when I run the sa...
-
Nooshin Heidari commented,
Dear Eli, How we can define variable types (Binary,..) in your suggested codes for the 3D variable? Thanks.