- If we run into the time bound, report it.

This commit is contained in:
ccremers
2005-01-14 13:01:31 +00:00
parent 9df1bfed5b
commit b607b1e260
4 changed files with 17 additions and 2 deletions

View File

@@ -2015,6 +2015,8 @@ prune_bounds ()
indentPrint ();
eprintf ("Pruned: ran out of allowed time (-T %i switch)\n", get_time_limit () );
}
// Pruned because of time bound!
current_claim->timebound = 1;
return 1;
}