The default print method for a partitions
, nlde
objects.
# S3 method for partitions
print(x, ...)
# S3 method for nlde
print(x, ...)
# S3 method for knapsack
print(x, ...)
# S3 method for subsetsum
print(x, ...)
# S3 method for tsp_solver
print(x, ...)
objects of class partitions
, nlde
, knapsack
, subsetsum
as produced by get.partitions()
,
nlde()
, get.knapsack()
, get.subsetsum()
, tsp_solver()
correspondingly.
Natalya Pya Arnqvist <nat.pya@gmail.com>
Prints the number of partitions/solutions obtained and all resulted partitions/solutions themselves.