项目作者: mrieppel

项目描述 :
Generates truth tables for formulas of sentential logic
高级语言: JavaScript
项目地址: git://github.com/mrieppel/TruthTableGenerator.git
创建时间: 2014-03-28T23:59:33Z
项目社区:https://github.com/mrieppel/TruthTableGenerator

开源协议:Other

下载


Truth Table Generator

This is a JavaScript program which will generate a truth tables for formulas of propositional logic. You can enter multiple formulas separated by commas to include more than one formula in a single table (e.g. to test for entailment). You can select which symbols to use for truth-values and connectives, the style of the table (full table, main connective only, plain text, or LaTeX output), and two-valued or different types of three-valued tables.

The output characters used for the various connectives can be changed by modifying the htmlchar(), txtchar(), and latexchar() functions at the beginning of truthtable.js.

A live version of the program is here.

(c) Michael Rieppel 2010-2024. Released under the MIT License. See LICENSE above for more information.