Quine-McCluskey Solver Application icon

Quine-McCluskey Solver 4.0

16 KB / 1+ Downloads / Rating 4.0 - 8 reviews


See previous versions

Quine-McCluskey Solver, developed and published by Jeff Boody, has released its latest version, 4.0, on 2012-05-22. This app falls under the Tools category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 4.0, based on 8 reviews.

Quine-McCluskey Solver APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: luabear.qm4android

Updated: 13 years ago

Developer Name: Jeff Boody

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Quine-McCluskey Solver on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.0
Total 8 reviews

Reviews

5 ★, on 2012-05-23
When trying to use it for 5 variables, it only gives you 25 minterms when it should be 32 variables. This holds true for greater than 5 variables as well.

5 ★, on 2011-12-24
Just what im looking for. Thanks.

Previous Versions

Quine-McCluskey Solver 4.0
2012-05-22 / 16 KB / Android 2.3+

About this app

The Quine-McCluskey Solver is a tool for finding the minimal representation of any Boolean equation. Although minimal representations to simple problems can be found easily using truth tables and K-maps, minimal representations to complex problems require a more systematic approach such as the Quine-McCluskey algorithm.

New features

20120521
*Fixed incorrect check for number of minterms (x^2 instead of 2^x)
*Special thanks to Ian for finding the problem

20100921
* For Android 1.5 (cupcake)
* Added back support for Android 1.5
* Fixed a case where non-optimal solutions were generated
* Special thanks to Gavin Smith for helping to find the problem and testing the fix