28 mpz_class& frobeniusNumber) {
30 (
"Computing Frobenius number using dynamic programming algorithm.");
DynamicFrobeniusFacade(bool printActions)
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...
void endAction()
Prints to standard error the time since the last call to beginAction.
Facade(bool printActions)
Constructs a facade that prints out what it is doing if printActions is true.
mpz_class dynamicFrobeniusAlgorithm(const vector< mpz_class > &numbers)
This header file includes common definitions and is included as the first line of code in every imple...