Crates.io | logicmap |
lib.rs | logicmap |
version | 0.0.1 |
source | src |
created_at | 2021-03-19 21:31:02.978994 |
updated_at | 2021-03-20 15:47:36.021008 |
description | Simple computational boolean logic data structure |
homepage | https://github.com/drbh/logicmap |
repository | https://github.com/drbh/logicmap.git |
max_upload_size | |
id | 371101 |
size | 369,499 |
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.
Logicmaps enforce relationships between the different components. All Statements have AND relationships, and all Bricks have OR relationships.