belnapian

Crates.iobelnapian
lib.rsbelnapian
version0.1.0
sourcesrc
created_at2024-11-03 21:59:22.34961
updated_at2024-11-03 21:59:22.34961
descriptionBelnap's 4-valued logic basic building blocks in Rust
homepage
repositoryhttps://github.com/Coder-Spirit/belnapian
max_upload_size
id1434284
size89,123
Andrés Correa Casablanca (castarco)

documentation

README

Belnapian

Belnapian is a library that provides basic types and operations for Belnap's 4-valued logic.

This library does not intend to be a full implementation of all the related formalisms and algorithms for Belnap's logic, but rather a small and simple building block.

In addition to basic operations for Belnap's 4-valued logic, this library also provides:

  • A simple implementation of 3-valued logic operations (with the Unknown value)
  • An extension of Belnap's 4-valued logic to a 15-valued logic (where we have 11 "unknown" values).
Commit count: 3

cargo fmt