# 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.

Logicmaps have three unique parts; cards, statements and bricks.
.png>)
Logicmaps enforce relationships between the different components. All Statements have AND relationships, and all Bricks have OR relationships.
.png>)
