PREV INDEX NEXT

Author: Unknown
Subject: Maximum number of backtracks
Date: Tuesday, 11 Feb 2020, 20:04:39

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?)
PREV INDEX NEXT