Apart from measuring user time, CPLEX also provides now deterministic time measured in ticks (see below):
MIP - Integer optimal solution: Objective = 1.7679651696e+06
Solution time = 65.92 sec. Iterations = 1889 Nodes = 73
Deterministic time = 877.39 ticks (13.31 ticks/sec)
Is it possible to get such deterministic time through Pyomo?
Thanks for the help,
Salva.