- --max-attacks=AnyGijsNumber.

This commit is contained in:
ccremers
2005-08-15 12:49:32 +00:00
parent 998e4852ba
commit 1ee77472a0
5 changed files with 55 additions and 6 deletions

View File

@@ -3094,6 +3094,10 @@ prune_bounds ()
return 1;
}
// Limit on attack count
if (enoughAttacks (sys))
return 1;
// No pruning because of bounds
return 0;
}
@@ -3192,6 +3196,10 @@ property_check ()
flag = 1;
/* Do we need any? */
if (enoughAttacks (sys))
return flag;
/**
* By the way the claim is handled, this automatically means a flaw.
*/