In math, specifically the study of logic, one occassionally finds it useful to consider logical systems other than Boolean logic, that is, true (verum) and false (falsum). There may be logics in which a member represents a statement of unknown truth, for instance. This library aims to implement the most common of these logics to facilitate mathematical research.
Besides pip, this package is also available on anaconda via the conda-forge channel.
You can install using either conda or pip, or directly from roughly fortnightly GitHub releases; no extra setup is needed.
See the installation guide for more.
This is mvlogics v0.9.5.
This library is currently in the beta stage. It has not been thoroughly tested and logic implementations may contain errors.
Regarding .markdownlint.json, even though there is no longer a pre-commit or workflow step requiring it, it contains the most basic ignores suitable for this project's files and should be respected. It will be auto-detected by relevant IDE extensions and allows running the linter locally.
This library is currently quite unoptimized, but the creator does not see much need or room for performance improvement.