Tobias Achterberg
unread,Dec 23, 2015, 6:44:34 AM12/23/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gur...@googlegroups.com
Gurobi is deterministic even when using multiple threads. This means that when
you solve the same problem with the same parameter settings on the same hardware
and operating system with the same Gurobi binary multiple times you will always
see the same behavior, except for wall-clock time measurements.
Due to wall-clock time measurements, which will always be non-deterministic, you
will see a non-deterministic termination if you are using a wall-clock time
limit. Moreover, the MIP node log (the output that displays information on the
MIP solving process) is updated every 5 seconds, which means that the node log
lines themselves are non-deterministic (even though the underlying solving
process is deterministic).
Tobias