28 mpz_class& frobeniusNumber) {
30 (
"Computing Frobenius number using dynamic programming algorithm.");
This is the super class of all facades.
DynamicFrobeniusFacade(bool printActions)
void endAction()
Prints to standard error the time since the last call to beginAction.
mpz_class dynamicFrobeniusAlgorithm(const vector< mpz_class > &numbers)
void computeFrobeniusNumber(const vector< mpz_class > &instance, mpz_class &frobeniusNumber)
void beginAction(const char *message)
Prints message to standard error if printing is turned on, and records the time when the action start...