Xpress has some built in logging, including computation time, total memory available and threads used. However, there's quite a bit extraneous information in these logging statements. Is there a method to get this sort of information?
What I'm looking for
xpress_problem.solve(get_time=True, get_memory=True)
These aren't real arguments that I've found from solve
to be expecting, I just illustrate what I'd like.