# NOT RUN {
data(sim_rs)
# log file for best solution
cat(logging.file(sim_rs, 0))
# log file for second solution
cat(logging.file(sim_rs, 2))
# log files for all solutions
cat(logging.file(sim_rs, NULL))
# }
Run the code above in your browser using DataLab