We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

JQM Java Quine McCluskey

Java Quine McCluskey implements the Quine McCluskey algorithm with Petrick’s Method (or the method of prime implicants) for minimization of Boolean functions. This software can be used both for learning and solving real problems. As learning/teaching tool it presents not only the results, but also how the problem was solved as well as how to use Karnaugh Maps to solve the problem.
Up to sixteen functions of sixteen variables can be minimized. A graphical interface is provided for entering and editing the truth table that can be saved and loaded. The results can be exported in HTML format. It generates the Karnaugh Map for educational purpose and the actual truth table from the obtained expressions even when multiple solutions for each function are found.
This implementation supports PLC programming, so results can be presented in many forms including Structured Text (ST) and Ladder Diagram (LD) along conventional Boolean expression.

You’re probably paying too much for cell phone service. Wirefly compares hundreds of plans to help you save. Enter what you need (minutes, data, texts) into Wirefly’s innovative plan comparison tools and see your savings instantly.

Website https://jqm-java-quine-mccluskey.sourceforge.io
Tags
License
Platform
Features
  • Up to 16 input variables.
  • Up to 16 functions (output variables).
  • Petrick’s Method used to find solutions covered by non-essential prime implicant.
  • Comfortable graphical interface allows variable renaming and column reorder.
  • Truth table can be saved in CSV file for external editing or reuse. Then it can be loaded again. Also, one can generate the truth table using other software and “import” (open) for edition and minimization.
  • Results can be expressed in several formats like: conventional Boolean expression, latex, Structured Text (ST) and Ladder Diagram (LD).
  • Results can be exported to HTML file and open in an internet browser.
  • Because this software aims PLC programing, solutions are independent (non-simultaneous). It would not be too difficult to modify the algorithm to support simultaneous solution.
  • Generates Karnaugh Maps in HTML and latex. Great if you are learning or teaching K Maps.
  • Not only solves the problem, but also shows how the solution was obtained.