ECE-Engineer / Symbolic-and-Boolean-Simplifier-Evaluator

This program will consist set of Clojure functions that perform symbolic simplification and evaluation of boolean expressions using “and”, “or”, and “not”. “not” will be assumed to take one argument, while “and” and “or” will take one or more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symbolic-and-Boolean-Simplifier-Evaluator

This program will consist set of Clojure functions that perform symbolic simplification and evaluation of boolean expressions using “and”, “or”, and “not”. “not” will be assumed to take one argument, while “and” and “or” will take one or more.

About

This program will consist set of Clojure functions that perform symbolic simplification and evaluation of boolean expressions using “and”, “or”, and “not”. “not” will be assumed to take one argument, while “and” and “or” will take one or more.

License:MIT License


Languages

Language:Clojure 100.0%