Hi @tianjuxue,
In this PR, I introduced verbose logging with Python's logging module, as well as a new decorator for timing specific functions in the solver. The decorator is similar in functionality to the existing walltime decorator but is intended purely for debugging/ profiling.
Hi @tianjuxue, In this PR, I introduced verbose logging with Python's logging module, as well as a new decorator for timing specific functions in the solver. The decorator is similar in functionality to the existing
walltime
decorator but is intended purely for debugging/ profiling.