2#include "HD_BasicSequencing.h"
3#include "HD_MetaSequencing.h"
28 col_type
_ct = col_init;
29 col_type _last_ct = col_init;
32 base_type
_bt = base_type_init;
33 base_type _last_bt = base_type_init;
39 meta_type _mt = meta_type_init;
40 meta_type _last_mt = meta_type_init;
44 int offhand_ohjumps = 0;
64 _last_bt = base_type_init;
68 _last_mt = meta_type_init;
71 void operator()(
const metaHandInfo& last,
const col_type& ct)
74 assert(ct != col_empty);
87 _bt = determine_base_pattern_type(ct, _last_ct);
91 _mt = determine_meta_type(
Main driver class for the difficulty calculator as a whole.
Definition MinaCalc.h:82