From 8994c7b5cf56f540c71c763173a8927569ba94b3 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sun, 24 Jul 2016 22:42:09 +0200 Subject: Experimenting with K Order Markovian chains. I do not recommend using this branch ATM, it has not been tested. --- src/pervasive.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pervasive.h') diff --git a/src/pervasive.h b/src/pervasive.h index d2b0344..4cc43fe 100644 --- a/src/pervasive.h +++ b/src/pervasive.h @@ -39,6 +39,10 @@ #define ZoO_DEFAULT_REPLY_RATE 8 #endif +#ifndef ZoO_MARKOV_ORDER + #define ZoO_MARKOV_ORDER 2 +#endif + typedef unsigned int ZoO_index; #define ZoO_INDEX_MAX UINT_MAX -- cgit v1.2.3-70-g09d2