[Mlir-commits] [mlir] [MLIR][Presburger] Definitions for basic functions related to cones (PR #76650)

Kunwar Grover llvmlistbot at llvm.org
Fri Jan 5 05:28:34 PST 2024


================
@@ -0,0 +1,81 @@
+//===- Barvinok.h - Barvinok's Algorithm ------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// Functions relating to an implementation of Barvinok's algorithm.
+// These include functions to manipulate cones (define a cone object, get its
+// dual, and find its index).
+//
+// Barvinok, Alexander, and James E. Pommersheim. "An algorithmic theory of
----------------
Groverkss wrote:

"The implementation is based on:"

https://github.com/llvm/llvm-project/pull/76650


More information about the Mlir-commits mailing list