Advertisement
froleyks

temp.cpp

Jul 24th, 2020
1,285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.40 KB | None | 0 0
  1.     if ( p->pPars->fSolveAll )
  2.         Saig_ManForEachPo( p->pAig, pObj, iFrame )
  3.             if ( Aig_ObjChild0(pObj) == Aig_ManConst0(p->pAig) )
  4.             {
  5.                 Vec_IntWriteEntry( p->pPars->vOutMap, iFrame, 1 ); // unsat
  6.                 p->pPars->nProveOuts++;
  7.                 if ( p->pPars->fUseBridge )
  8.                     Gia_ManToBridgeResult( stdout, 1, NULL, iFrame );
  9.             }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement