A simple data structure for boolean networks.
- Extract struct BnetNode, BnetNetwork from nanotrav
- Remove unneeded functions and dependencies of bnet
- Organize bnet in a lib/include structure
- Simplify the headers for bnet library
- Create C++ interface for bnet library
- To be continued