Commit be769ca3 by Alan Mishchenko

Experiments with generating sat assignments.

parent 0533fc7d
......@@ -1875,6 +1875,10 @@ SOURCE=.\src\sat\bmc\bmcFx.c
# End Source File
# Begin Source File
SOURCE=.\src\sat\bmc\bmcGen.c
# End Source File
# Begin Source File
SOURCE=.\src\sat\bmc\bmcICheck.c
# End Source File
# Begin Source 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++ )
{
......
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