The default print method for a partitions, nlde objects.
## S3 method for class 'partitions'print(x,...)## S3 method for class 'nlde'print(x,...)## S3 method for class 'knapsack'print(x,...)## S3 method for class 'subsetsum'print(x,...)## S3 method for class 'tsp_solver'print(x,...)
Arguments
x, ...: objects of class partitions, nlde, knapsack, subsetsum as produced by get.partitions(), nlde(), get.knapsack(), get.subsetsum(), tsp_solver() correspondingly.
Details
Prints the number of partitions/solutions obtained and all resulted partitions/solutions themselves.