Here are
56 public repositories
matching this topic...
a Pythonic toolkit for working with Boolean expressions
Updated
May 11, 2020
Python
Generates truth tables for formulas of sentential logic
Updated
Mar 10, 2021
JavaScript
An Inference Engine based on Propositional Calculus written in Common Lisp
Updated
Mar 13, 2019
Common Lisp
xFunc is a simple and easy to use application that allows you to build mathematical and logical expressions. It's written on C#. The library includes the code that converts strings to expressions (parser, lexer and etc.)
Rigid body tracking with HTC Vive trackers
truth-table-generator is a tool that allows to generate a truth table
Updated
Jun 2, 2021
Jupyter Notebook
A simple function to simplify boolean algebra expressions, inspired by Karnaugh Map.
Updated
Jun 6, 2021
Python
A library to create, minimize and optimize binary decision diagrams
Updated
Jun 15, 2021
TypeScript
Generate truth table according to logic expressions
Updated
Mar 18, 2020
Python
Swift protocol which helps both Devs and QAs on writing human-readable and easy editable tests using the logical table of truth
Updated
Apr 19, 2021
Swift
Karnaugh maps solver is a web app that takes the truth table of a function as input, transposes it onto the respective Karnaugh map and finds the minimum forms SOP and POS according to the visual resolution method by Maurice Karnaugh, American physicist and mathematician.
Updated
Jan 29, 2021
JavaScript
A Binary Multi-Layer Neural Network
Updated
Jan 28, 2019
Java
Exercícios e exemplos de lógica usando o truth-table-generator (ttg)
Updated
Oct 22, 2019
Jupyter Notebook
Print lovely formatted truth tables from any boolean logic expression!
Updated
Apr 23, 2021
Python
A calculator for various things in Discrete Mathematics
Updated
Jul 11, 2021
TypeScript
Purpose of this project is to simplify sum-of-product logic expressions.
(deprecated) A truth table calculator!
A python tool for logic clauses analysis and binary operations
Updated
Jul 2, 2020
Jupyter Notebook
React app for generating Karnaugh maps
Updated
Nov 16, 2018
JavaScript
Boolean Expression Truth Table Builder
A desktop application that takes boolean expressions as input and generates their truth tables and does other related operations.
Updated
Nov 26, 2017
Java
Parses and computes a truth table for any logical expression using ANTLR4
Updated
Nov 15, 2018
Java
A simple boolean expression validator, creating truth tables for boolean expressions
Updated
Aug 25, 2020
VHDL
Two's complement two bit multiplier developed in Proteus
Simple proof of consept of a Random Boolean Network inspired by Computerphile
Updated
Nov 19, 2020
Python
Updated
Jul 16, 2021
Jupyter Notebook
Propositional statement validity check or also check statement is true at least once or not.
Updated
May 19, 2018
Java
Programa que dá a tabela-verdade de uma expressão booleana, escrito em C.
Improve this page
Add a description, image, and links to the
truth-table
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
truth-table
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Set a limit of 8 unique variables because the number of rows in the truth table is
2^n, wherenis the number of unique variables.It should throw an error and display an appropriate warning.
I don't think anyone reasonably needs more than 8 propositional variables.