printf("Invariant contains %d clauses with %d literals and %d flops (out of %d).\n",Vec_IntEntry(vInv,0),Vec_IntSize(vInv)-Vec_IntEntry(vInv,0)-2,Pdr_InvUsedFlopNum(vInv),Vec_IntEntryLast(vInv));
if(fVerbose)
{
Vec_Int_t*vCounts=Pdr_InvCounts(vInv);
Vec_Str_t*vStr=Pdr_InvPrintStr(vInv,vCounts);
printf("Invariant contains %d clauses with %d literals and %d flops (out of %d).\n",Vec_IntEntry(vInv,0),Vec_IntSize(vInv)-Vec_IntEntry(vInv,0)-2,Pdr_InvUsedFlopNum(vInv),Vec_IntEntryLast(vInv));