#logic #map #structure #data #statement #card

deprecated logicmap

Simple computational boolean logic data structure

2 releases

0.0.1 Mar 20, 2021
0.0.0 Mar 19, 2021

#98 in #statement

21 downloads per month

MIT license

340KB
87 lines

Logicmap

What is a logic map?

A logic map is a simple data structure always resolved to True or False. At any point in time you can ask "does the logicmap resolve true?" and get a true/false answer.

./images/Frame_5.png

Logicmaps have three unique parts; cards, statements and bricks.

./images/Frame_2_(1).png

Logicmaps enforce relationships between the different components. All Statements have AND relationships, and all Bricks have OR relationships.

./images/Frame_3_(1).png

./images/Frame_4.png

Dependencies

~4–6.5MB
~112K SLoC