- Fail increases of claims moved to violateClaim; thus, other references
were in fact redundant.
This commit is contained in:
parent
7c0507a900
commit
38f6f42351
@ -389,8 +389,6 @@ check_claim_nisynch (const System sys, const int i)
|
||||
result = oki_nisynch (sys, i, f, g);
|
||||
if (!result)
|
||||
{
|
||||
cl->failed = statesIncrease (cl->failed);
|
||||
|
||||
#ifdef DEBUG
|
||||
globalError++;
|
||||
warning ("Claim has failed!");
|
||||
@ -451,8 +449,6 @@ check_claim_niagree (const System sys, const int i)
|
||||
result = oki_nisynch (sys, i, f, g);
|
||||
if (!result)
|
||||
{
|
||||
cl->failed = statesIncrease (cl->failed);
|
||||
|
||||
#ifdef DEBUG
|
||||
warning ("Claim has failed!");
|
||||
printf ("To be exact, claim label ");
|
||||
|
@ -1387,7 +1387,6 @@ executeTry (const System sys, int run)
|
||||
/* violation */
|
||||
Termlist tl;
|
||||
|
||||
runPoint->claiminfo->failed++;
|
||||
tl = claimViolationDetails (sys, run, runPoint, sys->know);
|
||||
if (violateClaim (sys, sys->step + 1, sys->step, tl))
|
||||
flag = explorify (sys, run);
|
||||
|
Loading…
Reference in New Issue
Block a user