From a4c4969c83a63ca95b2d3df6e00c38c964536537 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 24 Oct 2011 00:40:40 -0400
Subject: [PATCH] MEMO updates.

---
 MEMO | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/MEMO b/MEMO
index f8746ea6c..b16d1c3ac 100644
--- a/MEMO
+++ b/MEMO
@@ -68,13 +68,11 @@ TODO
 
 - user interface for dim length prescription
 
-- How to determine which variables need to be duplicated for ILP?
-  -> Reduction
-  -> CSEs?
 
 - Sharing of checks across ILP instances
 
 - Slab decomposition for ILP
+  -> I don't think that's possible.
 
 - Better for loop bound generation
   -> Try a triangular loop
@@ -85,6 +83,9 @@ TODO
 Dealt with
 ^^^^^^^^^^
 
+- Which variables need to be duplicated for ILP?
+  -> Only reduction
+
 - implemented_domain may end up being smaller than requested in cse
   evaluations--check that!
 
-- 
GitLab