Home
last modified time | relevance | path

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

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