Skip to content

dewmaster/acetone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acetone (v 0.4)

A C implementation of the Quine-McCluskey Algorithm

This program is a command-line utility for solving truth tables. It is currently in development so it may not perform as needed. Use with caution.

How To Use

* Will be added after input format is finalized *

Features to Add & Changes to Make

  • Input from .csv file.
  • Clean up and organize functions.
  • Add more detailed comments to sections of code.
  • Add interface to use as a command-line program.
  • Allow use of "Don't Care" values.
  • Modify Input names.
  • Add multiple output options, such as return all solutions, return one solution of smallest size, return all solutions of smallest size.
  • Actively prevent misoperation and return useful error messages. Currently there is nothing built in to prevent errors.
  • Create several test cases and a driver to run the tests.

Update History

Version 0.4

  • Removed global variables.
  • Created test files.

About

Solves truth tables using the Quine-McCluskey algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages