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
ComputationTest.ConvertToOmega Unittest issue in the below section.
The text was updated successfully, but these errors were encountered:
checkOmegaSetConversion( "{[i,j]: A(i) = A(j) && A(i,j) = A(j)}", "{[i,j]: A_0(i) = A_1(i,j) && A_2(i,j) = A_1(i,j)}");
Sorry, something went wrong.
This is a bad test case as an Uninterpreted function should not have two arities in the same set. I will be moving this to invalid
tpops
No branches or pull requests
ComputationTest.ConvertToOmega Unittest issue in the below section.
The text was updated successfully, but these errors were encountered: