
-----------------------------------
chaos
Wed May 04, 2011 6:54 pm

Using Turing to create a truth table for a circuit through a computer
-----------------------------------
I have built a circuit. How exactly do I go about making the computer create a truth table?

-----------------------------------
Tony
Wed May 04, 2011 7:22 pm

RE:Using Turing to create a truth table for a circuit through a computer
-----------------------------------
convert the circuit into a boolean expression, then enumerate through possible inputs, evaluating the result in software.
