View source: R/lap_solve_kbest.R
| summary.lap_solve_kbest_result | R Documentation |
Extract summary information from k-best assignment results.
## S3 method for class 'lap_solve_kbest_result'
summary(object, ...)
object |
An object of class |
... |
Additional arguments (unused). |
A tibble with one row per solution containing:
rank: solution rank
solution_id: solution identifier
total_cost: total cost of the solution
n_assignments: number of assignments in the solution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.