Commit 79aa1f00 by Alan Mishchenko

Deriving CEX after phase/tempor/reparam.

parent 0058cefe
...@@ -1275,7 +1275,7 @@ void Gia_IsoTest( Gia_Man_t * p, Abc_Cex_t * pCex, int fVerbose ) ...@@ -1275,7 +1275,7 @@ void Gia_IsoTest( Gia_Man_t * p, Abc_Cex_t * pCex, int fVerbose )
assert( Gia_ManRegNum(p) > 0 ); assert( Gia_ManRegNum(p) > 0 );
// generate random permutation of PIs // generate random permutation of PIs
vPiPerm = Gia_IsoTestGenPerm( Gia_ManPiNum(p) ); vPiPerm = Gia_IsoTestGenPerm( Gia_ManPiNum(p) );
printf( "Considering random permutation of the AIG:\n" ); printf( "Considering random permutation of the primary inputs of the AIG:\n" );
Vec_IntPrint( vPiPerm ); Vec_IntPrint( vPiPerm );
// create AIG with two primary outputs (original and permuted) // create AIG with two primary outputs (original and permuted)
pPerm = Gia_ManDupPerm( p, vPiPerm ); pPerm = Gia_ManDupPerm( p, vPiPerm );
......
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