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.
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.