Closed riftEmber closed 2 years ago
Example: Value of: actual->getIterationSpace()->prettyPrintString() Actual: "{ [i] : -i >= 0 && -i + $N$ - 1 >= 0 }" Expected: expected->getIterationSpace()->prettyPrintString() Which is: "{ [i] : i >= 0 && -i + $N$ - 1 >= 0 }"
Unable to reproduce this now. Maybe I fixed it by accident? Closing this until/unless it comes up again
Example: Value of: actual->getIterationSpace()->prettyPrintString() Actual: "{ [i] : -i >= 0 && -i + $N$ - 1 >= 0 }" Expected: expected->getIterationSpace()->prettyPrintString() Which is: "{ [i] : i >= 0 && -i + $N$ - 1 >= 0 }"