pykp.solvers.

SolutionStatistics#

class pykp.solvers.SolutionStatistics(time: float, n_solutions: int)#

Statistics about the solution returned by a solver.

Parameters:
timefloat

Time taken by the solver to find the solution.

n_solutionsint

Number of solutions found by the solver.