printf("Iteration %3d has determined %5d (out of %5d) parameters after %6d SAT calls. ",Iter,nUnsats,Vec_IntSize(vPars),nRuns);
printf("Iteration %3d has determined %5d (out of %5d) parameters after %6d SAT calls. ",Iter,Vec_IntSize(vMap)-Vec_IntCountPositive(vMap),Vec_IntSize(vPars),nRuns);
printf("The number of symbols in the input patterns (%d) does not divide evenly on the number of test variables (%d).\n",Vec_IntSize(vTests),nFuncVars);
printf("The number of symbols in the input patterns (%d) does not divide evenly on the number of test variables (%d).\n",Vec_IntSize(vTests),nFuncVars);