From 639e4225d9058eed0e83728935e37e927df04862 Mon Sep 17 00:00:00 2001
From: Michael Orlitzky <michael@orlitzky.com>
Date: Tue, 8 Mar 2016 16:20:19 -0500
Subject: [PATCH] Remove the Discrete Complementarity Set (DCS) operator. It's
 too niche.

---
 mjo-cone.tex | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/mjo-cone.tex b/mjo-cone.tex
index e35b5eb..2981439 100644
--- a/mjo-cone.tex
+++ b/mjo-cone.tex
@@ -16,11 +16,6 @@
 % The space of Lyapunov-like operators on its argument.
 \newcommand*{\LL}[1]{ \mathbf{LL}\of{ {#1} } }
 
-% Display a ``Discrete Complementarity Set'' (DCS). The first argument
-% is the name of the cone, the second argument is a generating set for
-% that cone, and the third argument is a generating set for its dual.
-\newcommand*{\DCS}[3]{ C\of{{#1}} \cap \qty{ {#2} \times {#3} } }
-
 % Cone inequality operators.
 \newcommand*{\gek}{ \succcurlyeq }
 \newcommand*{\gtk}{ \succ }
-- 
2.45.3