Skip to content

OutatimeSoftware/TOBARA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOBARALogo

T.O.B.A.R.A: The Only Boolean Algebra Reduction App

Inline docs version

TOBARA (The Only Boolean Algebra Reduction App) is a toolkit of Boolean function analysis whose main task is to reduce Boolean functions as much as possible. Our objetive is to determine information about the function like variables, terms and then reduce the function.

You can also find our project in PyPI! PyPI Project

News

The News Section is the way we represent the advances of our project, you can find all of the journals here: Journals

Installation

Make sure you have Python 3.6 or newer. You can install it with pip:

pip install TOBARA

If you are in linux:

python3 -m pip install TOBARA

Docs

projectTOBARA documentation is available here: Documentation Here you can find our Journals where we wrote all of our advances in the Project Also you can check the documents that we wrote for our project.

Team Organization:

Our team organization is available here: Team Organization

Test

Our project works in Python (Up to version 3.6) You can find our test here: