17 #ifndef INTERSECT_FACADE_GUARD 18 #define INTERSECT_FACADE_GUARD 39 auto_ptr<BigIdeal>
intersect(
const vector<BigIdeal*>& ideals,
This is the super class of all facades.
Defines the variables of a polynomial ring and facilities IO involving them.
auto_ptr< BigIdeal > intersect(const vector< BigIdeal *> &ideals, const VarNames &names)
Returns the intersection of ideals.
IntersectFacade(bool printActions)
A facade for intersecting monomial ideals.