This is a convenience function for adding new divisions to the Simplex given the numerator and denominator.
This will be needed for symbolic integer lexmin support.
Paths
| Differential D122159
[MLIR][Presburger] add Simplex:addDivisionVariable ClosedPublic Authored by arjunp on Mar 21 2022, 10:33 AM.
Details Summary This is a convenience function for adding new divisions to the Simplex given the numerator and denominator. This will be needed for symbolic integer lexmin support.
Diff Detail
Event TimelineThis revision now requires changes to proceed.Mar 21 2022, 4:20 PM This revision is now accepted and ready to land.Mar 23 2022, 3:01 AM Closed by commit rGff44760427db: [MLIR][Presburger] add Simplex:addDivisionVariable (authored by arjunp). · Explain WhyMar 23 2022, 3:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 417558 mlir/include/mlir/Analysis/Presburger/Simplex.h
mlir/lib/Analysis/Presburger/Simplex.cpp
mlir/unittests/Analysis/Presburger/SimplexTest.cpp
|