Definition in file MSBitSetLogic.h.
#include <config.h>
#include <bitset>
#include <vector>
#include <cassert>
#include "MSJunctionLogic.h"
#include "MSLogicJunction.h"
Go to the source code of this file.
Data Structures | |
| class | MSBitSetLogic< N > |
Typedefs | |
| typedef MSBitSetLogic< 64 > | MSBitsetLogic |
| typedef MSBitSetLogic< 64 > MSBitsetLogic |
To make things easier we use a fixed size. 64 will be sufficient even for pathological junctions. If it will consume to much space, reduce it to 32. So, here comes the type which should be used by the netbuilder.
Definition at line 147 of file MSBitSetLogic.h.
1.5.6