Print method for batch assignment results
Source:R/lap_solve_batch.R
print.lap_solve_batch_result.RdPrints a summary and the table of results for a batch of assignment
problems solved with lap_solve_batch().
Usage
# S3 method for class 'lap_solve_batch_result'
print(x, ...)Arguments
- x
A
lap_solve_batch_resultobject.- ...
Additional arguments passed to
print(). Currently ignored.