We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This package currently supports vectors and matrices like this:
@satvariable(z[1:5,1:5], Bool)
But, it doesn't currently support higher dimensional tensors. For example, this fails:
@satvariable(z[1:5,1:5,1:5], Bool)
The text was updated successfully, but these errors were encountered:
In order to support this, I think this function would need to be generalized: https://github.com/elsoroka/Satisfiability.jl/blob/main/src/smt_macros.jl
Sorry, something went wrong.
I merged the PR! Remaining tasks (that I can take on next week) are to:
No branches or pull requests
This package currently supports vectors and matrices like this:
But, it doesn't currently support higher dimensional tensors. For example, this fails:
The text was updated successfully, but these errors were encountered: