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

Refactor MBP so that it does not require OpenSMT's ModelBuilder #82

Open
blishko opened this issue Sep 3, 2024 · 0 comments
Open

Refactor MBP so that it does not require OpenSMT's ModelBuilder #82

blishko opened this issue Sep 3, 2024 · 0 comments

Comments

@blishko
Copy link
Member

blishko commented Sep 3, 2024

ModelBuilder is internal detail of OpenSMT and we should not be using it.

The problem was that we need to extend a given model with a new variable.
This is not possible with OpenSMT's Model.
We can build our own wrapper to support this functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant