Building a prototype toolchain for a general purpose grouping mechanism (a la function block) for Brick.
Note: It is not supposed to be the final solution.
- src Source code
- src/group.py Main module
- src/Makefile Build all models and run demo (assumes that this is checked out side-by-side with the brick repository)
- src/demo demonstration of module
- doc Documentation
- doc/introduction.md Introduction to the problem
- doc/demo.md Demonstation of prototype (start here unless you know better)