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

Kunwar Grover llvmlistbot at llvm.org
Fri Jan 5 01:42:47 PST 2024


================
@@ -0,0 +1,73 @@
+//===- 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 Barvinok's algorithm.
----------------
Groverkss wrote:

"An implementation of Barvinok's algorithm". Can you also add links to the relevant literature used for writing this implementation? I like to keep these things in the documentation.

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


More information about the Mlir-commits mailing list