ByronPhung / combinational-logic-simulator

Generate truth tables for combinational logic circuits using Python.
MIT License
3 stars 0 forks source link

Support custom inputs #6

Open ByronPhung opened 6 years ago

ByronPhung commented 6 years ago

It would be nice to allow users to input custom combinations instead of always generating a full truth table every single time.

The first request is just a specific combination, which should be simple to implement. However, I will need to explore the second request to support wildcard inputs because I'd have to implement in the same way that fixed the large combination memory issue before for wildcard inputs with large combinations.