27 id.insert(
Term(
"0 2 1 1"));
28 id.insert(
Term(
"0 1 2 2"));
29 id.insert(
Term(
"0 3 2 0"));
37 id.insert(
Term(
"0 2 1 1"));
38 id.insert(
Term(
"0 1 2 2"));
39 id.insert(
Term(
"0 2 2 0"));
#define ASSERT_TRUE(VALUE)
#define ASSERT_FALSE(VALUE)
Represents a monomial ideal with int exponents.
Term represents a product of variables which does not include a coefficient.
#define TEST(SUITE, TEST_NAME)
#define TEST_SUITE(SUITE)
This header file includes common definitions and is included as the first line of code in every imple...