-
Notifications
You must be signed in to change notification settings - Fork 9
Indexing
Erick Matsen edited this page Dec 3, 2020
·
1 revision
Read the awesome SBNs for dummies.
bitset.hpp has definitions for usual bitsets and PCSP bitsets. Check these out and look at the tests, which show you how they work.
First read about how the SBN parameters are indexed in the rooted case in the RootedSBNInstance: subsplit support and TrainSimpleAverage
test of rooted_sbn_instance.
If you want, you can read the unrooted equivalent under UnrootedSBNInstance: indexer and PSP representations
in unrooted_sbn_instance.hpp but you could skip it on a first read.
Check out sbn_support.hpp.