Home
last modified time | relevance | path

Searched defs:Simplex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h698 explicit Simplex(unsigned nVar) : SimplexBase(nVar, /*mustUseBigM=*/false) {} in Simplex() function
699 explicit Simplex(const IntegerRelation &constraints) in Simplex() function