This patch introduces a class LexSimplex that can currently be used to find the
lexicographically minimal rational point in an IntegerPolyhedron. This is a
series of patches leading to computing the lexicographically minimal integer
lattice point as well parametric lexicographic minimization.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h | ||
---|---|---|
203 | ||
mlir/include/mlir/Analysis/Presburger/Simplex.h | ||
82 | ||
83 | ||
mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp | ||
983 | Is there any reason for not adding tests with symbols/local variables? If not, could you add one test to just check if they are supported. |