mirror of https://github.com/YosysHQ/abc.git
Experiments with generating sat assignments.
This commit is contained in:
parent
be769ca3e8
commit
8a56721494
|
|
@ -41422,6 +41422,7 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
// Gia_ManCheckFalseTest( pAbc->pGia, nFrames );
|
||||
// Gia_ParTest( pAbc->pGia, nWords, nProcs );
|
||||
// Gia_PolynExplore( pAbc->pGia );
|
||||
Gia_ManTestSatEnum( pAbc->pGia );
|
||||
|
||||
// printf( "\nThis command is currently disabled.\n\n" );
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue