Timing/problem.h File Reference

Define interface to problem statement

Each problem statement is defined by four methods:. More...

Go to the source code of this file.

Defines

#define isNil(p)   (p==0)
 Ensure that COUNT macro adds checks for nil check.

Variables

int verbose
 Whether run is to be executing in verbose mode.
int numElements
 Most important parameter is the number of elements selected.


Detailed Description

Define interface to problem statement

Each problem statement is defined by four methods:.

  1. void prepareInput (int, int, char **)
  2. void execute()
  3. void postInputProcessing ()
  4. void problemUsage()

Author:
George Heineman
Date:
6/15/08

Define Documentation

#define isNil ( p   )     (p==0)

Ensure that COUNT macro adds checks for nil check.


Variable Documentation

int numElements

Most important parameter is the number of elements selected.

Note: This behavior is unusual. You have been warned.

int verbose

Whether run is to be executing in verbose mode.

Algorithm Development Kit 1.0