powered by
logging.file(x, y) "logging.file"(x, y = 0) "logging.file"(x, y = 0)
RapResults
RapSolved
NULL
integer
y
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