R/print.R
print_initial_header.Rd
The function prints the initial header for the console output and colors in the criteria used for optimization. Effectively, the function makes multiple calls to cat.
cat
print_initial_header(efficiency_criteria, padding = 10, width = 80)
The criteria that we optimize over
An integer specifying the padding of each column element. Default value is 10.
An integer giving the width of the horizontal rules. Default value is 80
Noting