Commit 617055f5 by Alan Mishchenko

Adding names to GIA inputs/outputs. Changing polarity of invariant generated by PDR.

parent 2e8543fc
...@@ -378,7 +378,7 @@ void Pdr_ManDumpClauses( Pdr_Man_t * p, char * pFileName, int fProved ) ...@@ -378,7 +378,7 @@ void Pdr_ManDumpClauses( Pdr_Man_t * p, char * pFileName, int fProved )
Vec_PtrForEachEntry( Pdr_Set_t *, vCubes, pCube, i ) Vec_PtrForEachEntry( Pdr_Set_t *, vCubes, pCube, i )
{ {
Pdr_SetPrint( pFile, pCube, Aig_ManRegNum(p->pAig), vFlopCounts ); Pdr_SetPrint( pFile, pCube, Aig_ManRegNum(p->pAig), vFlopCounts );
fprintf( pFile, " 0\n" ); fprintf( pFile, " 1\n" );
} }
fprintf( pFile, ".e\n\n" ); fprintf( pFile, ".e\n\n" );
fclose( pFile ); fclose( pFile );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment