33 virtual void run(
const Ideal& ideal);
void nameFactoryRegister(NameFactory< AbstractProduct > &factory)
Registers the string returned by ConcreteProduct::getStaticName() to a function that default-construc...
A wrapper for a SliceStrategy that prints out what is going out for debugging purposes,...
virtual void run(const Ideal &ideal)
Run the Slice algorithm.
virtual void freeSlice(auto_ptr< Slice > slice)
It is allowed to delete returned slices directly, but it is better to use freeSlice.
bool processSlice(TaskEngine &tasks, auto_ptr< Slice > slice)
Process the parameter slice.
virtual void setUseIndependence(bool use)
This method should only be called before calling run().
SliceStrategy * _strategy
virtual bool getUseSimplification() const
virtual void setUseSimplification(bool use)
This method should only be called before calling run().
Represents a monomial ideal with int exponents.
This class describes the interface of a strategy object for the Slice Algorithm.
TaskEngine handles a list of tasks that are to be carried out.