60{
62 foo.push_back(8);
63 foo.push_back(3);
64 foo.push_back(0);
66 if (bar != bar)
67 {
68 cout << "Testing same BRP for equality failed" << endl;
69 }
70
76 if (bar1 != bar)
77 {
78 cout << "Testing equal BRPs for equality failed" << endl;
79 }
80
86 if ((bar2 != bar) == false)
87 {
88 cout << "Testing different BRPs for equality failed" << endl;
89 }
90 if (bar2 == bar)
91 {
92 cout << "Testing different BRPs for equality failed" << endl;
93 }
94}
Boolean (F_2-coefficient) polynomial stored as an ordered list of square-free monomials.
static struct enter_factory foo2
static struct enter_factory foo1
std::list< brMonomial > monomials