5#define FILENAMESIZE 200
7typedef struct AddrParMap AddrParMap;
9typedef struct BootChr BootChr;
12typedef struct Constraint Constraint;
16typedef struct HashTab HashTab;
17typedef struct HashTabSeq HashTabSeq;
18typedef struct History History;
33typedef struct PtrPtrMap PtrPtrMap;
34typedef struct PtrU32Map PtrU32Map;
43typedef struct SplitLst SplitLst;
45typedef struct Stirling2 Stirling2;
50typedef struct StrParMap StrParMap;
54typedef struct U64U64Map U64U64Map;
55typedef struct U64I64Map U64I64Map;
66typedef uint32_t tipId_t;
69typedef uint64_t tipId_t;
85#define MAXSAMP ((int)(8*sizeof(tipId_t)))
88#define UNUSED(x) (void)(x)
90enum NetworkType { STOCHASTIC, DETERMINISTIC };
Contains the all data involved in a moving blocks bootstrap.
Definition: boot.c:34
Definition: parstore.h:10
Definition: branchtab.c:20
Definition: dafreader.h:9
This structure handles bookkeeping associated with events of two types: (1) partitions of the set of ...
Definition: eventlst.h:33
GPTree stands for Gene-Population tree.
Definition: gptree.c:34
The hash table.
Definition: idsetset.c:53
Definition: linereader.c:8
MCTree stands for Gene-Population tree.
Definition: mctree.c:33
Definition: parstore.c:42
Definition: pointbuff.c:23
Definition: pointbuff.c:18
Definition: typedefs.h:60
Definition: ptrqueue.c:23
Definition: rafreader.h:11
Definition: scrmreader.c:17
Definition: simreader.c:57
Holds a linked list of Stages and a mutex lock.
Definition: simsched.c:37
The hash table.
Definition: strdblmap.c:33
Definition: strdblqueue.h:22
Hash table.
Definition: strint.c:35
The hash table.
Definition: strptrmap.c:38
The hash table.
Definition: strstrmap.c:33
Definition: tokenizer.h:28
Definition: uintqueue.c:11