nbulsi / also

A logic synthesis tool
MIT License
67 stars 30 forks source link

Support more selection variables #3

Closed zfchu closed 5 years ago

zfchu commented 5 years ago

Now support more selection variables such as <0aabc>, <0abbc>,....,<0cdee>

Also, for the duplicated inputs, we do not allow they appeared as complemented polarities. For example, <a!abcd>, is actually reduced to since variable a does not has impact on the output.

In total, the strategies make the solver faster and using a fewer number of nodes.