Skip to content

Commit

Permalink
Suggested fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed May 16, 2024
1 parent 5fc62b8 commit 3fd4291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proof/pdr/pdrCore.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ int Pdr_ManGeneralize( Pdr_Man_t * p, int k, Pdr_Set_t * pCube, Pdr_Set_t ** ppP
return -1;
if ( RetValue == 0 )
{
p->tGeneral += clock() - clk;
p->tGeneral += Abc_Clock() - clk;
return 0;
}

Expand Down

0 comments on commit 3fd4291

Please sign in to comment.