Othello
 All Classes Files Functions Variables Macros
muloth.h File Reference
#include "othello.h"
#include "io_helper.h"
#include <cstdio>
#include <cstdlib>
#include <cstring>
Include dependency graph for muloth.h:

Go to the source code of this file.

Classes

class  MulOth< keyType, IOvalueType >
 Describes the data structure Grouped l-Othello. It classifies keys of keyType into 2^L classes.
The keys are first classifed into groups, each group is then maintained by one l-Othello. More...
 

Variables

const char * VERSION = GITVERSION
 

Detailed Description

Describes the data structure Grouped l-Othello.