Statistics¶
During the computation, NuCS aggregates some statistics.
These statistics can then be accessed by calling the solver’s get_statistics_as_dictionary method which returns
a dictionary of statistics:
1print(solver.get_statistics_as_dictionary())