#include <algorithm>
#include <vector>
#include <map>
#include <set>
#include <utility>
#include "groebner_defs.h"
Go to the source code of this file.
Namespaces | |
namespace | polybori |
namespace | polybori::groebner |
Classes | |
class | polybori::groebner::LiteralFactorization |
Functions | |
std::vector< Polynomial > | polybori::groebner::easy_linear_factors (const Polynomial &p) |
deg_type | polybori::groebner::common_literal_factors_deg (const LiteralFactorization &a, const LiteralFactorization &b) |
Polynomial | polybori::groebner::multiply_with_literal_factors (const LiteralFactorization &lf, Polynomial p) |