You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couldn't find in the docs if there is a way to convert between TT and BE ?
Another questions :
Is there a plans for the following functions like in PyEDA
- .derivate()
It is interesting that the implementation should be easy , may be :)
def derivate(self, vs): return functools.reduce(operator.xor, self.iter_cofactors(vs))
- .simplify()
I have to switch between the two, because PyEDA does not seem to have .evaluate() method.
The text was updated successfully, but these errors were encountered:
Couldn't find in the docs if there is a way to convert between TT and BE ?
Another questions :
- .derivate()
It is interesting that the implementation should be easy , may be :)
def derivate(self, vs): return functools.reduce(operator.xor, self.iter_cofactors(vs))
- .simplify()
I have to switch between the two, because PyEDA does not seem to have .evaluate() method.
The text was updated successfully, but these errors were encountered: