This class is the class from which all other basic gates are derived. It evaluates a boolean function by searching a provided truth table for values that match its current input. It caches the most ...
If available, the user can retrieve the Boolean functions of a gate by using get_boolean_function and get_boolean_functions respectively. While the first command requires the name of the desired ...