msoeken / kitty

C++ truth table library
MIT License
49 stars 77 forks source link

create_from_expression #116

Closed hriener closed 3 years ago

hriener commented 3 years ago

This PR implements a variation of create_from_expresion that takes an additional vector of input truth tables as a parameter. The truth tables are assigned to the variables a, b, etc., such that one can create truth tables using create_from_expression from other existing truth tables.