- --max-attacks=AnyGijsNumber.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user