Author: Stan Eisenstat
Subject: Re: [Cs223] Maximum number of backtracks
Date: Tuesday, 11 Feb 2020, 20:43:53
> Message Posted By: Unknown > > To "exit gracefully," I think we had mentioned in class that we could > use a static local variable to keep track of the number of backtracks > that were run, and to exit if it passed some maximum. Is there a target > maximum number of backtracks we should check against? (i.e. will the > private tests run more than say 1,000,000 backtracks?) Hwk2/Binpacki and Hwk2/BinpackX stop at 100,000,000 backtracks. --Stan-PREV INDEX NEXT