Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement logic_to_wt #132

Open
dglmoore opened this issue Apr 13, 2019 · 0 comments
Open

Implement logic_to_wt #132

dglmoore opened this issue Apr 13, 2019 · 0 comments

Comments

@dglmoore
Copy link
Contributor

The aim of #84 was to create generic network conversion functions, i.e. functions that, given a network of one type, would construct a network of a different type (if possible). We have the neet.boolean.conv.wt_to_logic function which serves this purpose for converting WTNetworks to LogicNetworks. We should have a function which goes the other direction as well logic_to_wt.

Proposed API

class ConversionError(Exception):
    pass
def logic_to_wt(net):
    pass
@dglmoore dglmoore added this to the Version 1.0.0 milestone Aug 9, 2019
@dglmoore dglmoore removed this from the Version 1.0.0 milestone Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants