git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1000
e59a4935-1847-0410-ae03-
e826735625c1
{
if (v[i] != BBFalse)
{
- const BBNodeAIG* v2 = reinterpret_cast<const BBNodeAIG*> (&(v[i]));
- if (v2 != 0)
- {
- cerr << *b;
- cerr << i << endl;
- cerr << n ;
- cerr <<( v[i] == BBTrue) << endl;
- //v2->print();
- }
+ cerr << *b;
+ cerr << i << endl;
+ cerr << n ;
+ cerr <<( v[i] == BBTrue) << endl;
}
assert(v[i]== BBFalse);
BBNodeSet& support, const ASTNode& n) {
- checkFixed(_x,n[0]);
- checkFixed(_y,n[1]);
-
BBNodeVec x = _x;
BBNodeVec y = _y;