41{
43 foo.push_back(0);
45 if (bar != 1)
46 {
47 cout << "Testing equality = 1: " << (bar == 1 ? "is 1" : "not 1") << endl;
48 }
49 if (bar == 0)
50 {
51 cout << "Testing equality = 0: " << (bar == 0 ? "is 1" : "not 1") << endl;
52 }
53 if ((bar == 1) == false)
54 {
55 cout << "Testing equality = 1: " << (bar == 1 ? "is 1" : "not 1") << endl;
56 }
57}
Boolean (F_2-coefficient) polynomial stored as an ordered list of square-free monomials.
std::list< brMonomial > monomials