Skip to content
Advertisement

Tag: runtime

What does the phrase “created at runtime mean?”

My supervisor asked me the other day if a log file in a Python script is created at runtime or not. Is that another way of asking: is a new log file created every time the script is run? Because to me everything happens “at runtime” and it can be no other way. How else could it be? Answer The

CP sat and solution search dead end

Just wondering what CP SAT does when it selects a branch which does not lead to global optimum? For instance, a code minimizing an objective returns: I understand it ignores solutions with greater objective value in minimizing context. Below is the setup. Since the code finished in 40 seconds, can one assume it enumerated all solutions? I was unable to

Advertisement