Experiments with generating sat assignments.

This commit is contained in:
Alan Mishchenko
2016-05-15 14:25:55 -07:00
parent 0533fc7de9
commit be769ca3e8
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -163,10 +163,6 @@ void Wlc_BlastFullAdderCtrlCnf( sat_solver * pSat, int a, int ac, int b, int c,
int i, v, nLits, pLits[6];
for ( i = 0; i < 12; i++ )
{
if ( i == 7 )
{
int x = 0;
}
nLits = 0;
for ( v = 0; v < 6; v++ )
{